Re: running gui aps in docker
Hi, Adam Kandur via writes: > Recently I tried to run a simple gui app in docker: > docker run --rm -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix > aliustaoglu/firefox > > but all i got is this error: > No protocol specified > error: XDG_RUNTIME_DIR not set in the environment. > Error: cannot ope
Re: running gui aps in docker
Hi Adam, I’ve heard xpra works well for this purpose: https://xpra.org/trac/wiki/Usage/Docker Hope that helps, John