balsamiq3up.sh 398 B

1234567
  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. docker run --rm --volume /tmp/.X11-unix/X0:/tmp/.X11-unix/X0 --volume $(pwd)/wine:/home/steve/.wine --volume /etc/passwd:/etc/passwd:ro -u $(id -u):$(id -g) wine "C:\\bal3\\Balsamiq Mockups 3.exe"