Skip to content

Instantly share code, notes, and snippets.

@yonidavidson
Last active August 10, 2020 08:52
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yonidavidson/ed9879a45e423bac8460 to your computer and use it in GitHub Desktop.
Save yonidavidson/ed9879a45e423bac8460 to your computer and use it in GitHub Desktop.
Set a basic container to run gui applications inside
gui_container:
image: ubuntu:14.04
volumes:
- $HOME/.Xauthority:/root/.Xauthority
environment:
DISPLAY: $DISPLAY
net: "host"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment