Skip to content

🐙 Run Gruntz in isolated wine docker container

License

Notifications You must be signed in to change notification settings

dockette/gruntz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.