You've already forked Docker-OSX
mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-07-01 02:12:35 -05:00
More reasonable command to account for every $DISPLAY number
This commit is contained in:
@ -16,7 +16,7 @@ Pull requests, suggestions very welcome!
|
||||
|
||||
docker pull sickcodes/docker-osx
|
||||
|
||||
docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx
|
||||
docker run --privileged -e "DISPLAY=${DISPLAY:-:0.0}" -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx
|
||||
|
||||
# press ctrl G if your mouse gets stuck
|
||||
|
||||
|
Reference in New Issue
Block a user