mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-15 12:24:09 +00:00

Patch moves etc/* contents into doc/examples/ and adds --disable-examples configure switch which may be used not to install examples. Default is to install them into ${docdir}/examples (commonly: /usr/share/doc/lxc/examples) Signed-off-by: Andrian Nord <NightNord@gmail.com> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
10 lines
299 B
Plaintext
10 lines
299 B
Plaintext
# Container with network virtualized using a physical network device with name
|
|
# 'eth0'
|
|
lxc.utsname = gamma
|
|
lxc.network.type = phys
|
|
lxc.network.flags = up
|
|
lxc.network.link = eth0
|
|
lxc.network.hwaddr = 4a:49:43:49:79:ff
|
|
lxc.network.ipv4 = 1.2.3.6/24
|
|
lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3297
|