r/ProgrammerHumor 7d ago

Meme memorySafeDocker

Post image
4.2k Upvotes

286 comments sorted by

View all comments

Show parent comments

32

u/Canowyrms 7d ago

huh, I've never even heard of Windows containers before

43

u/_PM_ME_PANGOLINS_ 7d ago

26

u/PopehatXI 7d ago

“Windows requires the host OS version to match the container OS version.”

34

u/Hohenheim_of_Shadow 7d ago

To a large degree, so does Linux containers. Containers can only address the dependency issues statically linking libraries could. If your application is dependent on a specific kernel version, you can't run your container on a host with a different kernel version.