docker-compose.yml 300 B

123456789101112131415
  1. version: "2"
  2. services:
  3. wine:
  4. build: image
  5. volumes:
  6. - /tmp/.X11-unix/X0:/tmp/.X11-unix/X0
  7. - ./wine:/home/stevet/.wine
  8. - /etc/passwd:/etc/passwd:ro
  9. user: 1000:1000
  10. command: ["c:\\bal3\\Balsamiq Mockups 3.exe"]
  11. # ["c:\\windows\\system32\\notepad.exe"]