Spotter-VM/_vm/etc/network/interfaces
Disassembler ce325cf3d0
Squashed commit of the following:
- Bump basic OS to Alpine 3.9
 - Restructure repo and add layer versioning
 - Use JSON for all metadata
 - Merge abuild branch (but without abuild)
2019-02-26 20:24:02 +01:00

16 lines
257 B
Plaintext

auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto lxcbr0
iface lxcbr0 inet static
address 172.17.0.1
network 172.17.0.0
netmask 255.255.0.0
broadcast 172.17.255.255
bridge_fd 0
bridge_stp off
bridge_waitport 0