Conceptual
Login

Linux Container

Not a VM but an ordinary Linux process wrapped in namespaces for isolation of what it can see and cgroups for limits on what it can consume, sharing the host kernel. Container 'boot' is just process start, which is why containers launch in milliseconds.