Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance 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

AltStyle によって変換されたページ (->オリジナル) /