Sign inSign up

crc8109/rk8d

By crc8109

Updated about 4 years ago

Image for containerized arcade app

Image
0

244

crc8109/rk8d repository overview

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:

https://github.com/crc8109/RK8D

Tag summary

Content type

Image

Digest

Size

120 MB

Last updated

about 4 years ago

docker pull crc8109/rk8d