balsamiq3up.sh 458 B

12345678
  1. #!/bin/bash
  2. # NOTE: the /home/steve/.wine (or should it be) /home/stevet/.wine must match your home directory.
  3. # NOTE: I tried $(pwd)/passwd in case the /bin/bash was causing issues with alpine.
  4. # use $(id -u -n) for the current username
  5. docker run --rm --ipc=host --volume /tmp/.X11-unix/X0:/tmp/.X11-unix/X0 --volume $(pwd)/wine:/home/$(id -u -n)/.wine --volume /etc/passwd:/etc/passwd:ro -u $(id -u):$(id -g) wine "C:\\bal3\\Balsamiq Mockups 3.exe"