Hacker News new | ask | show | jobs
by nchie 2788 days ago
I'm not disagreeing to any of that, what I'm saying is that to run a Linux Docker container on Windows, you'll need a Linux VM which runs Docker, which is exactly what Docker for Windows does for you using HyperV.
2 comments

Docker can also make use of Windows containers.
I know, which is why I said Linux containers. Although, Docker on Linux can't run Windows containers, can it?
Certainly not, containers are a kernel level feature.
You're right on that, but there's no "OS" inside of a container to speak of.
A 10mb Linux container will still share the Linux kernel with the host, hence it's still running on Linux, even if it doesn't have any dynamic dependencies.

There's no OS "inside" the container, no, but it's still dependent on an OS.

I think we agree. :)