tuto:virtualisation:container_lxc_sur_centos

Déployer un container LXC sous CentOS 6

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
  • tuto/virtualisation/container_lxc_sur_centos.txt
  • Dernière modification: 07/09/2015 18:21
  • de dani