|
|
|
@ -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. |
|
|
|
|