|
|
|
|
|
by Scramblejams
262 days ago
|
|
Apologies for repeating myself all over this part of the thread, but the vulnerabilities here are something that Podman and Docker can't really do anything about as long as they're sharing a kernel between containers. The vulnerability is in kernel syscalls. More info here: https://news.ycombinator.com/item?id=32319067 If you're going to make containers hard to escape, you have to host them under a hypervisor that keeps them apart. Firecracker was invented for this. If Docker could be made unescapable on its own, AWS wouldn't need to run their container workloads under Firecracker. |
|