Sign inSign up

itsfarbod/rcssserver

By itsfarbod

•Updated over 3 years ago

An implementation of rcssserver based on alpine 3.17.0

Image
0

208

itsfarbod/rcssserver repository overview

⁠Running rcssserver container

⁠Pulling the image

docker pull itsfarbod/rcssserver:latest

⁠Running a container

docker run -it --network host itsfarbod/rcssserver:latest

  • Your container(server) network is the host network, so teams and monitors can access it by localhost ip address.
  • Now your monitors like rcssmonitor or soccerwindow2 can access and connect to the server.

You can also run your container in detach mode instead of interactive mode with the -d flag

docker run -d --network host itsfarbod/rcssserver:latest

⁠Starting and Stoping the container

run docker container ls -a to see your containers. Now you can see your rcssserver 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:6f617bbf2…

Size

181.3 MB

Last updated

over 3 years ago

docker pull itsfarbod/rcssserver