25 lines
507 B
Plaintext
25 lines
507 B
Plaintext
|
# Hostname
|
||
|
lxc.uts.name = shared
|
||
|
|
||
|
# Network
|
||
|
lxc.net.0.type = veth
|
||
|
lxc.net.0.link = lxcbr0
|
||
|
lxc.net.0.flags = up
|
||
|
lxc.net.0.ipv4.address = 172.17.0.2/16
|
||
|
lxc.net.0.ipv4.gateway = auto
|
||
|
|
||
|
# Volumes
|
||
|
lxc.rootfs.path = /var/lib/lxc/shared/alpine
|
||
|
|
||
|
# Mounts
|
||
|
lxc.mount.entry = /etc/hosts /etc/hosts none bind 0 0
|
||
|
lxc.mount.entry = /etc/resolv.conf /etc/resolv.conf none bind 0 0
|
||
|
|
||
|
# Halt
|
||
|
lxc.signal.halt = SIGTERM
|
||
|
|
||
|
# Other
|
||
|
lxc.arch = x86_64
|
||
|
lxc.cap.drop = sys_admin
|
||
|
lxc.include = /usr/share/lxc/config/alpine.common.conf
|