Running an X11 program in docker, locally


I stole this from someone on the internet but forgot to record the source.

docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix #COMMAND

Comments

Popular posts from this blog

Fedora - VNC through systemd/xinetd

YAML Syntax Highlighting in gedit

Working through the golang tour