# Add the following to /var/lib/lxc/my_first_container/config
# Configure a Static IP Address
lxc.network.ipv4 = 10.0.3.100/24 10.0.3.255
lxc.network.ipv4.gateway = auto # use vbridge
# Auto start
lxc.start.auto = 1
lxc.start.delay = 15 # for the next container to start (in sec)
# Boot order
# Higher number starts first
lxc.start.order = 10
# Container grouping
# if set, auto start is ignored
# lxc.group = infrastructure,dns