Sign inSign up

tobix/wine

By tobix

•Updated 7 days ago

Docker image with wine/wine-staging

Image
Developer tools
Operating systems
9

100K+

tobix/wine repository overview

⁠Dockerfied wine & wine-staging

License GitHub last commit Docker image Docker Image Size (stable) Docker Image Size (devel) Docker Image Size (staging)

This is a docker container with wine or wine-staging installed. See https://www.winehq.org/⁠ https://wine-staging.com/⁠ for details.

⁠Tags

This repository provides different tags for different versions of Wine:

TagVersion
stableThe latest stable version of wine (at the time of writing, 10.0)
develThe latest development version of wine
stagingThe latest staging version of wine

⁠UI via Xvfb

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"

Tag summary

Content type

Image

Digest

sha256:c4a9cab27…

Size

904.9 MB

Last updated

7 days ago

docker pull tobix/wine:staging