Docker files to generate and run a container with GER VSSS team strategy
- Docker 19.03+
Run the shell script:
$ ./dockerbuild.shUse chmod +x or chmod 777 to give shell script some permissions.
Run the shell script:
$ ./rundocker.shIf you want to select the team color or other network config, change the variables on top of rundocker.sh. Default is:
TEAM_YELLOW=false
MULTICAST_IP=224.0.0.1
COMMAND_IP=127.0.0.1
COMMAND_PORT=20011
VISION_PORT=10002
REFEREE_PORT=10003
REPLACER_PORT=10004