DEV Community

Discussion on: Why we need Docker?

Collapse
 
jessekphillips profile image
Jesse Phillips

Windows Docker hosts a VM which allows for it to execute Linux containers on a Windows host.

Also the kernel is basically the shared part of containers. all the user land applications which make up the OS are part of the container.