Skip to content

Instantly share code, notes, and snippets.

@chadrien
Last active November 6, 2015 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chadrien/4969ca6579992ca33e67 to your computer and use it in GitHub Desktop.
Save chadrien/4969ca6579992ca33e67 to your computer and use it in GitHub Desktop.
X application from docker on OS X
  • brew install socat
  • brew cask install xquartz
  • Restart
  • socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\" &
  • docker run -e DISPLAY=XXX:0 jess/geary where XXX is the IP from ifconfig vboxnet0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment