yum install bridge-utils lxc lxc-templates debootstrap
Pour que les containers aient un accès réseau, il faudra en général créer un bridge sur l'hôte. Cette partie peut varier selon votre configuration.
/etc/init.d/cgconfig start chkconfig cgconfig on
lxc-create -t debian -n www -- -r wheezy
lxc-autostart -n www
chkconfig lxc on