This image contains the RoboCup Soccer Simulator Server (rcssserver) installed and ready to use.
Run the following command to start the server:
docker run --name rcssserver --network host -it rcssserver:latest
Now you can connect to the server using the monitor or a client.
docker run --name rcssserver --network host -v /path/to/your/configs:/root/.rcssserver -it rcssserver:latest
docker run --name rcssserver --network host -e 'synch_mode=true' -it rcssserver:latest
docker run --name rcssserver --network host -it rcssserver:latest rcssserver server::synch_mode=true
Note: You can either use one of the above methods at a time. It means:
For bug reports, feature requests and latest updates, please goto https://github.com/rcsoccersim/rcssserver and open an issue or a pull request.
The RoboCup Soccer Server Maintainance Group
Content type
Image
Digest
sha256:7eb4a6cbc…
Size
38.3 MB
Last updated
over 2 years ago
docker pull sadraiiali/rcssserver