diff options
author | Tom Barrett <spalf0@gmail.com> | 2019-11-21 07:14:29 -0600 |
---|---|---|
committer | Tom Barrett <spalf0@gmail.com> | 2019-11-21 07:14:29 -0600 |
commit | 45f9230ae50c14e20e787da39ca559dad0fd30ec (patch) | |
tree | 24824887b74d371842f15669a132929d15a69f86 | |
parent | 2f1391705c2e1eeefd6d23da1a1a42aa329a14d3 (diff) |
lxc config file
-rw-r--r-- | .config/lxc/default.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/lxc/default.conf b/.config/lxc/default.conf new file mode 100644 index 0000000..d8c5140 --- /dev/null +++ b/.config/lxc/default.conf @@ -0,0 +1,9 @@ +lxc.net.0.type = veth +lxc.net.0.link = virbr0 +lxc.net.0.flags = up +lxc.apparmor.profile = unconfined +lxc.idmap = u 0 100000 65536 +lxc.idmap = g 0 100000 65536 +# fix when possible +#lxc.apparmor.profile = generated +#lxc.apparmor.allow_nesting = 1 |