Hacker News new | ask | show | jobs
by initplus 1924 days ago
The docker tools themselves ARE cross platform, but 99% of docker images in the wild are based off Linux, and have ELF binaries inside. Windows does not have equivalents for every single Linux system call. This is why you need WSL.

You can build an image based on a Windows base image, and run it natively in Windows.

1 comments

Which makes sense, containers aren't virtual machines.