What Does Linux Containers Mean?
Linux Containers (LXC) is a type of virtualization setup that works with virtual containers created at the operating system level. This innovative type of virtualization allows for sharing resources like CPU and memory, without actually creating virtual machines. Linux Containers supports isolated namespaces and shows users various views of the operating system environment.
Techopedia Explains Linux Containers
Container-based virtualization has emerged as an alternative to traditional hypervisor virtualization, where a central resource manages various partitioned and designated virtual machines with their own CPU and memory allocations. By contrast, in a container environment, instead of setting up virtual machines, the system sets up resources for each container and delivers them directly from the operating system, which, in the case of LXC, is the kernel. Other container setups include Docker and CoreOS.