Sign inSign up

itsfarbod/agent2d

By itsfarbod

•Updated over 3 years ago

An implementation of rcssserver based on alpine 3.17.0

Image
0

166

itsfarbod/agent2d repository overview

⁠Running Agent2D container

⁠Pulling the image

docker pull itsfarbod/agent2d:latest

⁠Running a container

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

⁠Starting and Stoping the container

run docker container ls -a to see your containers. Now you can see your Agent2D containers with their IDs and names.

⁠Starting a container

docker container start <container name/ID>

⁠Stoping a container

docker container stop <container name/ID>

⁠Accessing a container's shell

docker exec -it <container name/ID> sh

⁠Removing a container

docker container rm -f <container name/ID>

Tag summary

Content type

Image

Digest

sha256:685a3b2d8…

Size

284.8 MB

Last updated

over 3 years ago

docker pull itsfarbod/agent2d