RoboCup Soccer Simulator Server
Run a throwaway container in the foreground:
docker run -it --rm -p 6000:6000 ghcr.io/marcusleg/rcssserver:latest
Run container in the background:
docker run -d --name rccssserver -p 6000:6000 ghcr.io/marcusleg/rcssserver:latest