Skip to content

Instantly share code, notes, and snippets.

@vutny
Created November 24, 2016 13:56
Show Gist options
  • Save vutny/381790e3160a9c3a7767e24cb73cb639 to your computer and use it in GitHub Desktop.
Save vutny/381790e3160a9c3a7767e24cb73cb639 to your computer and use it in GitHub Desktop.
Run X11 GUI application in Docker without `ssh -X` forwarding
docker run -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY my-x11 xeyes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment