FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

dockette/gruntz: :octopus: Run Gruntz in isolated wine docker container · GitHub

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dockette / Gruntz

Legacy Docker image for Gruntz, an old-school Windows game run through Wine. Maintenance is limited to image buildability and non-interactive smoke checks.


Status

This image is maintained as a legacy GUI/game image. Runtime needs an X11 display, sound device, and manual interaction, so CI validates only the Docker build and packaged binary presence. The Docker Hub badge may be less representative than for headless images because this image is GUI-only and practical usage is local/interactive.

Usage

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

Don't forget to allow xhost.

xhost +x

Troubleshooting

Gruntz works only at resolution 640x480.

Development

make build
make test
make run

The test target is intentionally limited to non-interactive smoke checks. It verifies Wine is available in the image and that the bundled Gruntz executable exists without trying to start the GUI game.

Maintenance

See how to contribute to this package. Consider to support f3l1x. Thank you for using this package.

About

🐙 Run Gruntz in isolated wine docker container

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

10 stars

Watchers

3 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL