Category: Ubuntu, Infrastructure

Before understanding Docker, let’s have a look at Linux containers. In a normal virtualized environment, one or more virtual machines run on top of a physical machine using a hypervisor like Xen, Hyper-V etc. Containers, on the other hand, run in user space on top of operating systems kernel.

Related Articles