Fork from yantis/wine, wine with dynamic drivers & VirtualGL for locally usage.
345
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
xhost +si:localuser:$(whoami)
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
Content type
Image
Digest
Size
910.7 MB
Last updated
over 7 years ago
docker pull soem/wine