diff --git a/HowtoLXC.md b/HowtoLXC.md index f7e0efc4..22671f37 100644 --- a/HowtoLXC.md +++ b/HowtoLXC.md @@ -1,10 +1,17 @@ -**Cette page a été importée automatiquement de notre ancien wiki mais n'a pas encore été révisée.** +--- +categories: virtualisation +title: Howto LXC +... -# HowtoLXC +* Documentation : https://linuxcontainers.org/lxc/manpages/ + +[LXC](https://linuxcontainers.org/lxc/introduction/) est une interface en espace utilisateur pour piloter les features d'isolation du noyau Linux, permettant de créer des containers. + +**Cette page a été importée automatiquement de notre ancien wiki mais n'a pas encore été révisée.** Ce Howto concerne Debian Jessie. -## Installation +# Installation ~~~ # apt install lxc bridge-utils ??libvirt-bin?? debootstrap @@ -55,7 +62,7 @@ lxc.network.name = eth0 lxc.network.flags = up ~~~ -## Utilisation +## Utilisation basique Démarrer un conteneur :