January 2018
Intermediate to advanced
336 pages
7h 56m
English
Linux Containers (LXC) is a virtualization method at the operating system level that makes it possible to run multiple isolated Linux systems, also known as containers, on a single host OS using a single Linux Kernel (https://en.wikipedia.org/wiki/Linux_kernel). The resources are shared among the containers using cgroups (https://en.wikipedia.org/wiki/Cgroups) that do not require virtual machines. Since each container relies on the Linux Kernel of the host OS that is already running, the start time of containers is much lower as compared to a virtual machine that is run by a Hypervisor (https://en.wikipedia.org/wiki/Hypervisor).
Docker (https://en.wikipedia.org/wiki/Docker_(software)) also provides resource ...
Read now
Unlock full access