You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using flags --user $UID -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:ro it should be possible to use the Docker's host X11 (as done for https://hub.docker.com/r/wernight/sikulix/). This needs some testing but would be worth documenting.
To get that to work, I made a writable to anyone home and force $HOME to that directory.
Hacking around to achieve the same, it seems to work.
The text was updated successfully, but these errors were encountered:
Using flags
--user $UID -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:ro
it should be possible to use the Docker's host X11 (as done for https://hub.docker.com/r/wernight/sikulix/). This needs some testing but would be worth documenting.To get that to work, I made a writable to anyone home and force
$HOME
to that directory.Hacking around to achieve the same, it seems to work.
The text was updated successfully, but these errors were encountered: