Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monokrome/docker-wine
Provides wine for Docker containers.
https://github.com/monokrome/docker-wine
Last synced: 17 days ago
JSON representation
Provides wine for Docker containers.
- Host: GitHub
- URL: https://github.com/monokrome/docker-wine
- Owner: monokrome
- Created: 2013-11-12T03:10:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T08:57:42.000Z (almost 7 years ago)
- Last Synced: 2024-10-17T10:14:52.039Z (27 days ago)
- Language: Shell
- Size: 158 KB
- Stars: 90
- Watchers: 8
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-wine
===========This repo provides a means for running Windows applications in docker via wine.
It includes xvfb-run for running GUI-based applications in cases where a GUI is
not necessary.**NOTE:** *If you want to run with a GUI, you will need to derive this image
by using `FROM monokrome/wine` in your own Dockerfile. You can then have the X
client configured to use an Xserver on your host machine.*```sh
# Run a Windows executable without a GUI
xvfb-run -a wine Example.exe
```