summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorArnold Krille <arnold@arnoldarts.de>2016-05-07 00:04:28 +0200
committerArnold Krille <arnold@arnoldarts.de>2016-07-28 23:06:41 +0200
commit9045a8e24c4c4a981b76df7d6ddcde99a7606831 (patch)
tree19ddbe547291acbc5069b7ae7ef92c324fcc94a0 /README.md
parent263fff0ab824db6e1c5b9350bab269554cd26d75 (diff)
downloadnixlib-9045a8e24c4c4a981b76df7d6ddcde99a7606831.tar
nixlib-9045a8e24c4c4a981b76df7d6ddcde99a7606831.tar.gz
nixlib-9045a8e24c4c4a981b76df7d6ddcde99a7606831.tar.bz2
nixlib-9045a8e24c4c4a981b76df7d6ddcde99a7606831.tar.lz
nixlib-9045a8e24c4c4a981b76df7d6ddcde99a7606831.tar.xz
nixlib-9045a8e24c4c4a981b76df7d6ddcde99a7606831.tar.zst
nixlib-9045a8e24c4c4a981b76df7d6ddcde99a7606831.zip
declarative containers: additional veths
With these changes, a container can have more then one veth-pair. This allows for example to have LAN and DMZ as bridges on the host and add dedicated containers for proxies, ipv4-firewall and ipv6-firewall. Or to have a bridge for normal WAN, one bridge for administration and one bridge for customer-internal communication. So that web-server containers can be reached from outside per http, from the management via ssh and can talk to their database via the customer network.

The scripts to set up the containers are now rendered several times instead of just one template. The scripts now contain per-container code to configure the extra veth interfaces. The default template without support for extra-veths is still rendered for the imperative containers.

Also a test is there to see if extra veths can be placed into host-bridges or can be reached via routing.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions