diff --git a/docs/Howtos/HowtoLXD.md b/docs/Howtos/HowtoLXD.md index 4ba2d43..de2a16f 100644 --- a/docs/Howtos/HowtoLXD.md +++ b/docs/Howtos/HowtoLXD.md @@ -18,8 +18,9 @@ $ lxc config device set root limits.write 10Iops $ lxc config device override root size=20GB $ lxc profile device set default eth0 limits.ingress 100Mbit $ lxc profile device set default eth0 limits.egress 100Mbit -# Port isolation make the container unable to see other containers -$ lxc config device override eth0 security.port_isolation=true +# Port isolation make the container unable to see other containers that are also in port_isolation mode +$ lxc config device set eth0 security.port_isolation=true +$ lxc profile device set default eth0 security.port_isolation=true $ lxc $ lxc launch images:debian/11 $ lxc config set environment.LC_ALL=en_US.UTF-8