⇤ ← Revision 1 as of 2009-10-17 21:55:30
Size: 1286
Comment: First attempt at an LXC page for virt.kernelnewbies.org
|
← Revision 2 as of 2017-12-30 03:30:07 ⇥
Size: 1294
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
To quote from the [http://lxc.sourceforge.net/doc/cookbook/lxc_cookbook.pdf LXC Cookbook] by Kathy Staples: | To quote from the [[http://lxc.sourceforge.net/doc/cookbook/lxc_cookbook.pdf|LXC Cookbook]] by Kathy Staples: |
Line 9: | Line 9: |
* [http://lxc.sourceforge.net/lxc.html LXC Overview] | * [[http://lxc.sourceforge.net/lxc.html|LXC Overview]] |
Line 11: | Line 11: |
* [http://lxc.sourceforge.net/doc/cookbook/lxc_cookbook.pdf LXC Cookbook] * [http://www.ibm.com/developerworks/linux/library/l-lxc-containers/ LXC: Linux Container Tools] |
* [[http://lxc.sourceforge.net/doc/cookbook/lxc_cookbook.pdf|LXC Cookbook]] * [[http://www.ibm.com/developerworks/linux/library/l-lxc-containers/|LXC: Linux Container Tools]] |
LXC is the Linux Containers project, which is an application container approach that has been included in the official Linux kernel sources since 2.6.29. LXC userspace tools packages exist in many current (October 2009) Linux distributions, including Debian, Fedora and Ubuntu.
To quote from the LXC Cookbook by Kathy Staples:
- Containers provide light vitualization at the OS level with subsystem isolation, each subsystem having its own namespace. This provides the ability to have a whole view of the real system as well as being able to assemble bits and pieces to optimize resource usage, security and provide mobility. Containers are a generic mechanism for saving the state of an application at any point, with the ability to later restart that application exactly where it left off. This is commonly referred to as checkpoint/restart (C/R). This can also be done dynamically from one machine and then moved to another.