Skip to content

monokrome/docker-wine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

# Run a Windows executable without a GUI
xvfb-run -a wine Example.exe

About

Provides wine for Docker containers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published