diff --git a/HowtoLXC.md b/HowtoLXC.md index 1ee3061b..e39c74aa 100644 --- a/HowtoLXC.md +++ b/HowtoLXC.md @@ -140,3 +140,17 @@ C'est parce que /dev est crée en 700 au lieu de 755. Pour fixer : ~~~ # chmod 755 /dev ~~~ + +## Failed to load config for foo + +~~~ +# lxc-ls +Failed to load config for foo +~~~ + +Il faut mettre à jour la config : + +~~~ +# lxc-update-config -c /var/lib/lxc/foo/config +~~~ +