# DF container ################################################ ### DF [network type] lxc.network.type = veth ### DF [link UP] lxc.network.flags = up ### DF ["white" bridge] lxc.network.link = br0 ### DF [virtual adapter in container] lxc.network.name = eth0 ### DF [IP address] lxc.network.ipv4 = 172.16.0.0/16 ### DF [gateway] lxc.network.ipv4.gateway = 172.16.0.1 ### DF [autostart yes/no] lxc.start.auto = 1 ### DF [autostart delay in seconds] lxc.start.delay = 0 ################################################ # Include common configuration lxc.include = /usr/share/lxc/config/centos.common.conf lxc.arch = x86_64 lxc.rootfs = /container/C1/rootfs lxc.utsname = C1