Sign inSign up

soem/wine

By soem

Updated over 7 years ago

Fork from yantis/wine, wine with dynamic drivers & VirtualGL for locally usage.

Image
0

345

soem/wine repository overview

docker-wine

Wine on Docker with Dynamic Graphic drivers and VirtualGL with both local and remote support.

It should work out of the box with all Nvidia cards and Nvidia drivers and most other cards as well that use Mesa drivers. It is setup to auto adapt to whatever drivers you may have installed as long as they are the most recent ones for your branch.

On Docker hub wine on Github docker-wine

Breakdown

RUN
  1. set xhost Allows your local user to access the xsocket. Change yourusername or use $(whoami) or $USER if your shell supports it.
xhost +si:localuser:$(whoami)
  1. docker run
docker run \
    --privileged \
    --rm \
    -ti \
    -e DISPLAY \
    -v /tmp/.X11-unix:/tmp/.X11-unix:ro \
    -v /tmp/wine:/home/docker/wine/ \
    -v /etc/localtime:/etc/localtime:ro \
    --device /dev/snd \
    -u docker \
    test-wine /bin/bash

Tag summary

Content type

Image

Digest

Size

910.7 MB

Last updated

over 7 years ago

docker pull soem/wine