|
|
|
|
|
by amarshall
1836 days ago
|
|
> A Docker image is really just a chroot + some cgroups resource limits. No, because an image specifies nothing about the runtime. Just add a Kernel and bootloader and one can boot most images. Further most container runtimes include a lot more than chroot and resource limits. Namespace isolation (process, user, network), seccomp rules, SELinux contexts, etc. |
|
Certainly not true of any of the images I work with.