Developer(s) | |
---|---|
Initial release | August 6, 2008[1] |
Stable release | 6.0.0[2]
/ 3 April 2024 |
Repository | |
Written in | C, Shell |
Operating system | Linux |
Platform | x86, IA-64, PowerPC, SPARC, Itanium, ARM |
Type | OS-level virtualization |
License | GNU LGPL v.2.1 (some components under GNU GPL v2 and BSD) |
Website | linuxcontainers |
Linux Containers (LXC) is an operating system-level virtualization method for running multiple isolated Linux systems (containers) on a control host using a single Linux kernel.
The Linux kernel provides the cgroups functionality that allows limitation and prioritization of resources (CPU, memory, block I/O, network, etc.) without the need for starting any virtual machines, and also the namespace isolation functionality that allows complete isolation of an application's view of the operating environment, including process trees, networking, user IDs and mounted file systems.[3]
LXC combines the kernel's cgroups and support for isolated namespaces to provide an isolated environment for applications.[4] Early versions of Docker used LXC as the container execution driver,[4] though LXC was made optional in v0.9 and support was dropped in Docker v1.10.[5][6]