Created
February 13, 2016 18:49
-
-
Save henriquegogo/088dab121bb128b84a5f to your computer and use it in GitHub Desktop.
Creating a docker ubuntu container with access to X11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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