diff --git a/HowtoLXC.md b/HowtoLXC.md index 03872e6f..cec1f6c2 100644 --- a/HowtoLXC.md +++ b/HowtoLXC.md @@ -60,6 +60,12 @@ lxc.network.flags = up # Utilisation basique +Lister les conteneurs : + +~~~ +# lxc-ls +~~~ + Démarrer un conteneur : ~~~