This shows you the differences between two versions of the page.
ii:labs:s2:04 [2024/04/11 13:08] radu.ciobanu |
ii:labs:s2:04 [2025/04/13 18:19] (current) florin.stancu |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Lab 04 - Docker ====== | + | ====== Lab 05 - Docker ====== |
===== Objectives ===== | ===== Objectives ===== | ||
Line 87: | Line 87: | ||
Because Docker did not initially have native support for Windows and MacOS, [[https://docs.docker.com/toolbox/overview/|Docker Toolbox]] was introduced, which can launch a virtualised Docker environment (more specifically, it uses a VirtualBox machine as the basis of the Docker environment). Recently, Docker Toolbox was marked as "legacy" and was replaced by [[https://docs.docker.com/docker-for-mac/|Docker Desktop for Mac]] and [[https://docs.docker.com/docker-for-windows/|Docker Desktop for Windows]], which offer similar features with better performance. Furthermore, Windows Server 2016 and Windows 10 now support native Docker for the **//x86_64//** architecture. | Because Docker did not initially have native support for Windows and MacOS, [[https://docs.docker.com/toolbox/overview/|Docker Toolbox]] was introduced, which can launch a virtualised Docker environment (more specifically, it uses a VirtualBox machine as the basis of the Docker environment). Recently, Docker Toolbox was marked as "legacy" and was replaced by [[https://docs.docker.com/docker-for-mac/|Docker Desktop for Mac]] and [[https://docs.docker.com/docker-for-windows/|Docker Desktop for Windows]], which offer similar features with better performance. Furthermore, Windows Server 2016 and Windows 10 now support native Docker for the **//x86_64//** architecture. | ||
+ | |||
+ | <note tip> | ||
+ | If you do not want to install Docker on your machine, you can use the [[https://labs.play-with-docker.com|Play with Docker]] virtual environment. | ||
+ | </note> | ||
===== Testing the installation ===== | ===== Testing the installation ===== |