From 8b9bdc7d949f7aac675282ecee583db9451bf209 Mon Sep 17 00:00:00 2001 From: Inga Date: Fri, 9 Sep 2022 14:05:49 +0200 Subject: [PATCH] isolated idmaps for lxd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77d821f..b1c86f3 100644 --- a/README.md +++ b/README.md @@ -635,7 +635,7 @@ Networking with routing should work automatically. #### Creating container ``` -doas lxc launch images:alpine/edge -c security.nesting=true -c security.privileged=false test-alpine-container +doas lxc launch images:alpine/edge -c security.nesting=true -c security.privileged=false -c security.idmap.isolated=true -c security.idmap.size=6553600 test-alpine-container doas lxc exec test-alpine-container -- /bin/ash ``` Networking should work inside of container.