#!/bin/bash

docker run --rm --volume /tmp/.X11-unix/X0:/tmp/.X11-unix/X0 --volume $(pwd)/wine:/home/stevet/.wine --volume /etc/passwd:/etc/passwd -u $(id -u):$(id -g) wine_wine "C:\\windows\\system32\\notepad.exe"