Author: arekm Date: Sun Nov 6 21:02:49 2011 GMT Module: PLDWWW URL: http://www.pld-linux.org/Docs/LXC ---- Log message:
---- Page affected: Docs/LXC ---- Diffs: ================================================================ New page: #pragma section-numbers 2 = LXC - Linux Container Tools = LXC is a tool to create and manage containers. It contains a full featured container with the isolation / virtualization of the pids, the ipc, the utsname, the mount points, /proc, /sys, the network and it takes into account the control groups. It is very light, flexible, and provides a set of tools around the container like the monitoring with asynchronous events notification, or the freeze of the container. This package is useful to create Virtual Private Server, or to run isolated applications like bash or sshd. == Resources == * [http://lxc.sourceforge.net LXC Project homepage] * [http://lists.linuxfoundation.org/mailman/listinfo/containers Linux Containers mailing list] * [http://en.gentoo-wiki.com/wiki/LXC Gentoo wiki about LXC] == Contents == [[TableOfContents]] === Guest creation === Build the guest system: {{{ # lxc-create -t pld-test -p pld -f network-configuration-file }}} There are three versions of PLD available for guest systems: * ac - [:AcInfo:PLD 2.0 (Ac)] * th - [:ThInfo:PLD 3.0 (Th)] You may choose one using {{{-d}}} option: {{{ # lxc-create -t pld-test -p pld -f network-configuration-file -- -R th }}} !!! WARNING: pld template for LXC is yet to be written !!! _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
