From b47eae9756c229f876f0a5936aba8d2702c667f7 Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 11 Oct 2019 12:09:11 +0200 Subject: [CI SKIP] added more info --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5d7d28..bfb810f 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,12 @@ $ docker build . -t circus-register Then run the container: ``` -$ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock --net circus -p 8081:8081 circus-register:latest +$ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock --net circus -p 8081:8081 circus-register:latest -initialVPNPort 1194 ``` +`initialVPNPort` defines the first vpn port to be handed out to a companion +container. + ## Function This container should only show a small registration form for the user. The user -- cgit 1.4.1