From 0bc3b3543e0fe5b2b2afa15fb1023064e52f7c21 Mon Sep 17 00:00:00 2001 From: bserie Date: Mon, 23 Jan 2017 16:09:59 +0100 Subject: [PATCH] header --- HowtoLXC.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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 :