webcomics / wine-docker

Docker image with wine/wine-staging

Home Page:https://hub.docker.com/r/tobix/wine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfied wine & wine-staging

License Maintenance 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:

Tag Version
stable The latest stable version of wine (at the time of writing, 9.0)
devel The latest development version of wine
staging The 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"

About

Docker image with wine/wine-staging

https://hub.docker.com/r/tobix/wine

License:MIT License


Languages

Language:Dockerfile 85.6%Language:Shell 14.4%