Skip to content

vmlellis/wine-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Usage

docker run -it \
           -v /tmp/.X11-unix \
           -e UID=$(id -u) \
           -e GID=$(id -g) \
           -e DISPLAY=$DISPLAY \
           -v $XAUTHORITY:/home/ubuntu/.Xauthority \
           --net=host \
           --privileged \
           vmlellis/wine \
           wine "C:\windows\system32\notepad.exe"

About

Wine on Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published