Skip to content

A basic wine container with support for X11 forwarding and matching of user between host - image

Notifications You must be signed in to change notification settings

PedrioliLab/docker-wine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-wine

A basic wine container with support for X11 forwarding and matching of user between host - image.

To start the container with a user id matching the current host user:

docker run -e LOCAL_USER_ID=`id -u $USER` -e DISPLAY -v $HOME/.Xauthority:/home/user/.Xauthority -it --rm --net=host ppatrick/wine /bin/bash

For convenience this can also be achieved via:

run.sh /bin/bash

Please note that wine has not been initialized in the image. You can do so with:

wineboot --init

About

A basic wine container with support for X11 forwarding and matching of user between host - image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published