Hacker News new | ask | show | jobs
by goodpoint 239 days ago
It would not block many other attacks.
1 comments

Can you give some examples? I think of my containers as decently good security boundaries, so I'd like to know what I'm missing.
Containers share resources at the OS level, VMs don't. That's the crucial difference.
Containers share the whole kernel (and more) so there's a massive attack surface.