From b94c46466a6b8825ca6419e414c9b62f8c46aeb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S?= Date: Sat, 4 Sep 2021 09:06:16 +0000 Subject: [PATCH] Precision on port_isolation --- docs/Howtos/HowtoLXD.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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