docker-wine
docker-wine copied to clipboard
Wine on Docker with Dynamic Graphics drivers and VirtualGL support for with both local and remote access.
Trying to run yantis/wine from docker hub results in the error `/bin/sh: /init: /usr/bin/execlineb: bad interpreter: No such file or directory`
I am getting the following error when I try to run the `Usage (Local)` command: ```bash username@username-desktop ~ $ sudo docker run --privileged --rm -ti -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:ro -v...
Trying to execute ``` docker run \ --privileged \ -ti \ --rm \ -v $HOME/.ssh/authorized_keys:/authorized_keys:ro \ -p 49158:22 \ -v ~/docker-data/wine:/home/docker/wine/ \ yantis/wine ``` returns only the following error: ```/bin/sh:...