lxc-config (307B)
1 # Distribution configuration 2 lxc.arch = armv7l 3 4 # Container specific configuration 5 lxc.include = /usr/share/lxc/config/common.conf 6 lxc.hook.start-host = /usr/share/lxc/hooks/systemd-workaround 7 8 # Network configuration 9 lxc.net.0.type = veth 10 lxc.net.0.link = br-lan 11 lxc.net.0.flags = up 12 lxc.net.0.name = eth0