Skip to content

Instantly share code, notes, and snippets.

@chadrien
Last active November 6, 2015 11:00
Embed
What would you like to do?
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