hi everyone! 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 anybody have so
Hi Adam,
I’ve heard xpra works well for this purpose:
https://xpra.org/trac/wiki/Usage/Docker
Hope that helps,
John
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