]> git.proxmox.com Git - mirror_frr.git/commit
docker: Run container with its own network namespace
authorChristian Franke <chris@opensourcerouting.org>
Wed, 17 Oct 2018 17:35:15 +0000 (19:35 +0200)
committerChristian Franke <chris@opensourcerouting.org>
Thu, 29 Nov 2018 15:51:27 +0000 (16:51 +0100)
commitc12ec8557e6416415766f5e09b0abcade85f3e84
tree444912aaec890c1981d958adb43ae3cf3ed3896b
parente425ee635718b2e29c9ed06ce172b82a24e651fb
docker: Run container with its own network namespace

For normal operation, there is no need for the container to run
in the host network environment or to have access to the users
X Session.

To accomodate usecases which need this, there is now a `TOPOTEST_OPTIONS`
environment variable to provide additional options to the docker run
command.

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
tests/topotests/docker/motd.txt
tests/topotests/docker/topotests_run.sh