...

/

Installation - Windows and Mac OS

Installation - Windows and Mac OS

Installation of Docker CE on two different platforms.

Docker has a different edition to cater to the different needs of the industry. This makes it difficult to understand what to go with, but this course is all about development and deployment so we will use the Docker community edition as it is available for all three platforms.


Docker CE installation on Windows

As Windows is not built using Linux kernel, Docker first installs a VM, then installs the Docker engine on it. The only limitation with Docker on Windows is that it does not support older versions before Windows 10. So, if you have a Windows system that is older than Windows 10, I ...