What Docker Actually Does -
It's Not a VM, It's Not
TL;DR
Docker is not a virtualisation technology; it uses two Linux primitives: namespaces and cgroups
Namespaces control what a process can see. cgroups control what it can use.
The Linux kernel ha
rootcause.hashnode.dev6 min read