DEV Community

Discussion on: Docker: An easier way around

Collapse
 
bobbyiliev profile image
Bobby Iliev

Great post! 🙌

One remark though on this statement here:

With Docker you no longer need to worry if software is cross-platform as you can run Linux containers on windows and vice-versa.

This is not actually true, as the containers have a strict dependency on the host operating systems kernel, it is not possible to run Windows Server containers on a Linux host operating system.