whaleapps/gruntz

By whaleapps

Updated over 8 years ago

Gruntz

Image
1

123

Gruntz

Famous old school game (https://en.wikipedia.org/wiki/Gruntz).

Gruntz in Docker container

Usage

docker run \
	   --rm \
       -it \
       -v /tmp/.X11-unix:/tmp/.X11-unix:ro \
       -e DISPLAY=$DISPLAY \
       --device /dev/snd \
       -v /dev/shm:/dev/shm \
       whaleapps/gruntz

Don't forget to allow xhost.

xhost +x

Troubleshooting

Gruntz works only at resolution 640x480.

Docker Pull Command

docker pull whaleapps/gruntz