Skip to content
EntityQ2597211· pop 19· linked from 270 articles

Also known as LinuX Containers

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.

Key facts

Software.title
Linux Containers
Software.name
LXC
Software.logo
Linux Containers logo.svg
Software.programming language
C, Shell
Software.operating system
Linux
Software.platform
x86, IA-64, PowerPC, SPARC, Itanium, ARM
Software.genre
OS-level virtualization
Software.license
GNU LGPL v.2.1 (some components under GNU GPL v2 and BSD)

via Wikipedia infobox

Wikidata facts

Show 5 more facts
software version identifier
6.0.6
inception
2006-03-20
Stack Exchange tag
stackoverflow.com/tags/lxc
source code repository URL
github.com/lxc
Commons category
Linux Containers
Sources (8)

via Wikidata · CC0

~5 min read

Article

7 sections
Contents
  • Overview
  • Security
  • Alternatives
  • LXD
  • See also
  • References
  • External links

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.

Connections

Categories