# Template used to create this container: /usr/share/lxc/templates/lxc-download
# Parameters passed to the template: --server repo.turris.cz/lxc --no-validate --dist Alpine --release 3.4 --arch armv7l
# For additional config options, please look at lxc.container.conf(5)
# Debian workaround
# Template to generate fixed MAC address
# Distribution configuration
lxc.arch = armv7l
# Container specific configuration
lxc.tty = 2
lxc.pts = 1024
lxc.rootfs = /srv/lxc/web/rootfs
lxc.utsname = web
# Network configuration
lxc.network.type = veth
lxc.network.link = br-lan
lxc.network.ipv4 = 10.2.0.51/8
lxc.network.ipv4.gateway = 10.0.0.254
lxc.network.flags = up
lxc.network.name = eth0
lxc.network.script.up = /usr/share/lxc/hooks/tx-off
lxc.network.hwaddr = xxxxxxxxxxxxxxxxx
lxc.cap.drop = audit_control
lxc.cap.drop = fsetid
lxc.cap.drop = ipc_lock
lxc.cap.drop = lease
lxc.cap.drop = linux_immutable
lxc.cap.drop = mac_admin
lxc.cap.drop = mac_override
lxc.cap.drop = net_broadcast