You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
551 B
19 lines
551 B
2 years ago
|
lxc.net.0.type = veth
|
||
|
lxc.net.0.flags = up
|
||
|
lxc.net.0.link = br0
|
||
|
# lxc.net.0.name = eth1
|
||
|
lxc.net.0.ipv4.address = 10.157.1.5/24 10.157.1.255
|
||
|
lxc.net.0.ipv4.gateway = 10.157.1.1
|
||
|
lxc.net.0.veth.pair = veth-if-0
|
||
|
lxc.idmap = u 0 14000000 500000
|
||
|
lxc.idmap = g 0 14000000 500000
|
||
|
|
||
|
#lxc.include = /usr/share/lxc/config/nesting.conf
|
||
|
lxc.mount.entry = proc dev/.lxc/proc proc create=dir,optional 0 0
|
||
|
lxc.mount.entry = sys dev/.lxc/sys sysfs create=dir,optional 0 0
|
||
|
#lxc.apparmor.allow_nesting = 1
|
||
|
lxc.seccomp.allow_nesting = 1
|
||
|
lxc.mount.auto = cgroup:rw:force
|
||
|
|
||
|
|