GitHunt
L0

l0rda/docker-wine-win32

The easiest way to run PE32 .exe console files in docker

docker-wine-win32

The easiest way to run PE32 console files in docker

docker build -t my/wine:test .

docker run --rm -it --security-opt seccomp=unconfined -v /your_app.exe:/app.exe my/wine:test wine /app.exe

Contributors

Created February 21, 2017
Updated February 22, 2017
l0rda/docker-wine-win32 | GitHunt