Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 232 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 232 Bytes

X11 container example

Example of running a GUI application in a container and displaying it on the host.

xhost +local:docker
docker run -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --rm -it deanturpin/xclock