To: FJB who wrote (1063 ) 12/3/2013 6:17:08 PM From: FJB Read Replies (1) | Respond to of 1685 LXC From Wikipedia, the free encyclopediaLXC - Linux Containers Developer(s) Daniel Lezcano, Serge Hallyn, Stéphane Graber Stable release 0.9.0 [1] / 12 May 2013; 6 months ago Preview release 1.0.0~alpha3 / 15 November 2013; 11 days ago Development statusActive Written inC, python3, shell, lua Operating system Linux Platform x86 , x86-64 , 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.org
LXC (LinuX Containers ) is an operating system-level virtualization method for running multiple isolated Linux systems (containers) on a single control host. Contents [ hide ] 1 Overview 2 Alternatives 3 References 4 External links Overview[ edit ]LXC provides operating system-level virtualization not via a virtual machine , but rather provides a virtual environment that has its own process and network space. LXC relies on the Linux kernel cgroups functionality that was released in version 2.6.24. It also relies on other kinds of namespace-isolation functionality, which were developed and integrated into the mainline Linux kernel. It is used by Heroku to provide separation between their dynos . [2] Alternatives[ edit ]LXC is similar to other OS-level virtualization technologies on Linux such as OpenVZ and Linux-VServer , as well as those on other operating systems such as FreeBSD jails , AIX Workload Partitions and Solaris Containers . References[ edit ] Jump up^ Download lxc Jump up^ "Dynos and Dyno Manager" . Heroku . Retrieved 1 Aug 2013. External links[ edit ] LXC on SourceForge.net IBM developerworks article about LXC "Evading from Linux Containers" by Marco D'Itri Presentation about cgroups and namespaces, the underlying technology of Linux containers, by Rami Rosen LXC : Install and configure the Linux Containers