An implementation of rcssserver based on alpine 3.17.0
166
docker pull itsfarbod/agent2d:latest
docker run -it --network host itsfarbod/agent2d:latest
After running the container you will enter the container shell enviroment
From there you can start your team with this command:
./start.sh -t team1
Note that you can run multiple instances of Agent2D image and connect them to the rcssserver
run docker container ls -a to see your containers.
Now you can see your Agent2D containers with their IDs and names.
docker container start <container name/ID>
docker container stop <container name/ID>
docker exec -it <container name/ID> sh
docker container rm -f <container name/ID>
Content type
Image
Digest
sha256:685a3b2d8…
Size
284.8 MB
Last updated
over 3 years ago
docker pull itsfarbod/agent2d