An implementation of rcssserver based on alpine 3.17.0
208
docker pull itsfarbod/rcssserver:latest
docker run -it --network host itsfarbod/rcssserver:latest
localhost ip address.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
run docker container ls -a to see your containers.
Now you can see your rcssserver 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:6f617bbf2…
Size
181.3 MB
Last updated
over 3 years ago
docker pull itsfarbod/rcssserver