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 open display: :1 Did you run ‘xhost +local:’ or similar command to give access to a Xorg session? Oleg.