Skip to content

Instantly share code, notes, and snippets.

@yonidavidson
Created July 9, 2015 20:57
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 yonidavidson/0663f230dcbf7da7cda4 to your computer and use it in GitHub Desktop.
Save yonidavidson/0663f230dcbf7da7cda4 to your computer and use it in GitHub Desktop.
Run GUI apps in docker container . host=ubuntu14.04
docker run -it --rm -e DISPLAY -v $HOME/.Xauthority:/root/.Xauthority --net=host ubuntu:14.04 /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment