Skip to content

Instantly share code, notes, and snippets.

@anildigital
Created July 26, 2015 17:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anildigital/4fae9b51f1d416504899 to your computer and use it in GitHub Desktop.
Save anildigital/4fae9b51f1d416504899 to your computer and use it in GitHub Desktop.
Docker desktop on OSX
# https://github.com/docker/docker/issues/8710
brew install socat
brew cask install xquartz
open -a XQuartz
socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\"
# in another window
docker run -e DISPLAY=192.168.59.3:0 jess/geary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment