Earlier quoted context omitted.
While this is true, the general security stance on this is: Docker is not a security boundary. You should not treat it like one. It will only give you _process level_ isolation. If you want something with better security guarantees, you can use a full VM (KVM/QEMU), something like gVisor[1] to limit the attack surface of a containerized process, or something like Firecracker[2] which is designed for multi-tenancy. Th…
that's a really good point .. but, I think 99% of docker users believe it is a a sandbox and treat it as such.
but will not stop serious malware