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

Programmer Humor

20006 readers
720 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
[–] hemko@lemmy.dbzer0.com 9 points 1 week 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.

[–] stetech@lemmy.world 6 points 1 week ago

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

[–] MajorHavoc@programming.dev 4 points 1 week ago* (last edited 1 week 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.

[–] hemko@lemmy.dbzer0.com 4 points 1 week ago* (last edited 1 week ago)

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

[–] Clent@lemmy.dbzer0.com -3 points 1 week ago (1 children)

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

[–] hemko@lemmy.dbzer0.com 19 points 1 week ago* (last edited 1 week 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