Skip to content

Instantly share code, notes, and snippets.

@henriquegogo
Created February 13, 2016 18:49
Show Gist options
  • Save henriquegogo/088dab121bb128b84a5f to your computer and use it in GitHub Desktop.
Save henriquegogo/088dab121bb128b84a5f to your computer and use it in GitHub Desktop.
Creating a docker ubuntu container with access to X11
docker run --name ubuntu -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -it ubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment