Skip to content

eric-binary/wine-staging

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker wine-staging

license Maintenance Docker Automated build

This is docker container with wine-staging installed. See http://wine-staging.com/ for details.

Xvfb is installed if you need to run something with GUI. Prepend your commands with xvfb-run to use it. Since xvfb-run forks the real Xvfb binary, tini is used as an entrypoint, otherwise xvfb-run hangs.

If you want to run multiple wine processes with Xvfb, wrap then in one Xvfb call instead of spawning multiple Xvfb instances:

xvfb-run sh -c "\
  wine foo.exe && \
  wine bar.exe && \
  wineserver -w"

About

Docker image with wine-staging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 71.9%
  • Shell 28.1%