this post was submitted on 09 Jan 2025
1126 points (98.3% liked)

Programmer Humor

19967 readers
643 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 5 days ago (3 children)

Not only that but containers in general run on the host system's kernel, the actual isolation of the containers is pretty minimal compared to virtual machines for example.

[–] [email protected] 6 points 5 days ago

… With the tradeoff being containers much more lightweight and having much less overhead than VMs…

[–] [email protected] 4 points 5 days ago* (last edited 5 days ago) (1 children)

It amused me that the votes on your comment (a simple factual statement) reflect how many people here vote without knowing what the fuck they're talking about.

[–] [email protected] 4 points 5 days ago* (last edited 5 days ago)

I think many of the people don't understand the difference between containers vs VMs

[–] [email protected] -3 points 5 days ago (1 children)

What exactly do you think the vm is running on if not the system kernel with potentially more layers.

[–] [email protected] 20 points 5 days ago* (last edited 5 days ago)

Virtual machines do not use host kernel, they run full OS with kernel, cock and balls on virtualized hardware on top of the host OS.

Containers are using the host kernel and hardware without any layer of virtualization