It is said that docker is not a VM and containers directly run on the host.
But why do containers need a base image OS ?
If process in containers run on the base image OS , what's the difference between a VM and docker(only the base image OS can be re-used and kept read-only?)
And why does it boot faster than a VM?
What makes up a base image OS ? kernel , rootfs or both?