lxc.conf revision f79d43bbe70a01454049b77d6f15f6369744959e
# the fstab mount file
# the hostname to be set into the container
# The network has several of kind of configuration:
#
# * veth : the network will use the veth virtual device, the specified
# link must be a bridge
# * macvlan : the network will use the macvlan device, the specified link
# should be an existing interface, usually it is eth0
# * phys : the network will use a physical network device, the specified
# link should be an existing interface
# specify the flags to be used for the network, actually only <up> is allowed
# which mean the network should be set up when created. If the network is set
# up, the loopback is automatically set up too.
# specify the physical network device which will communicate with the
# outside world
# NIC ethernet mac address
# specify the ipv4 address of the container. Several lines are allowed and
# will mean several addresses will be assigned to the interface
# specify the ipv6 address of the container. Several lines are allowed and
# will mean several addresses will be assigned to the interface