A useful mental model here is shared state versus dedicated state. Because standard containers share the host kernel, they also share its internal data structures like the TCP/IP stack, the Virtual File System caches, and the memory allocators. A vulnerability in parsing a malformed TCP packet in the kernel affects every container on that host. Stronger isolation models push this complex state up into the sandbox, exposing only simple, low-level interfaces to the host, like raw block I/O or a handful of syscalls.
Presenter: Chris Vallance
,详情可参考safew官方版本下载
Apple quietly makes running Linux containers easier on Macs
Frequent, contained public releases also work to their advantage. “I know for a lot of projects, they want to [do a] ‘we’ll release it when it’s done’ kind of thing,” said Mort. “We’ve found that releasing content builds hype, it gives players what they want, and perhaps most importantly, it serves as a proof of life and a fantastic recruitment tool.”