diff --git a/HowtoLXC.md b/HowtoLXC.md index cec1f6c2..84c68e6a 100644 --- a/HowtoLXC.md +++ b/HowtoLXC.md @@ -58,6 +58,18 @@ lxc.network.name = eth0 lxc.network.flags = up ~~~ +Pas de réseau (sauf lo) : + +~~~ +lxc.network.type = empty +~~~ + +Partage du réseau avec l'hôte + +~~~ +lxc.network.type = none +~~~ + # Utilisation basique Lister les conteneurs :