We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03639c commit 7774b7cCopy full SHA for 7774b7c
README.md
@@ -27,8 +27,7 @@ You can also use pre-build docker images:
27
docker pull robocupssl/ssl-game-controller
28
# Run GC with default configuration
29
docker run -p 8081:8081 robocupssl/ssl-game-controller -address :8081
30
-```
31
-# Mount local directories
+# Mount local directories
32
docker run -p 8081:8081 \
33
# Local config dir
34
-v "$(pwd)"/config:/config \
0 commit comments