Posts

Showing posts from February, 2020

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