First, just pull the image by running the command docker pull crc8109/rk8d:latest. Once you pull the image, run the following command in your terminal:
docker run -u=$(id -u $USER):$(id -g $USER) -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw --rm -it crc8109/rk8d:latest.
This command is a little crazy because this game needs to access your screen to run properly. So to give Docker proper access, all these extra parameters are needed so that Docker can properly run the game.
If you want to see the repo for the code itself, here's the link:
Content type
Image
Digest
Size
120 MB
Last updated
about 4 years ago
docker pull crc8109/rk8d