isolated idmaps for lxd

main
Inga 🏳‍🌈 2 years ago
parent 146b9a2fe8
commit 8b9bdc7d94
  1. 2
      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.

Loading…
Cancel
Save