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
Just posting it here in case it helps someone and perhaps we can amend the README if this makes sense. On Linux (Arch) I am not able to open the connection using instructions provided. That's the bad news, the good news however is that it ends up being a bit easier. Because we're providing the docker image with the X11 socket we don't really need to whitelist the IP, we can instead whitelist local connections. So to summarise what worked for me was:
In docker container set DISPLAY to :0 - this will use the local socket
On host set xhost +local: - this allows local connections to X server
The text was updated successfully, but these errors were encountered:
Just posting it here in case it helps someone and perhaps we can amend the README if this makes sense. On Linux (Arch) I am not able to open the connection using instructions provided. That's the bad news, the good news however is that it ends up being a bit easier. Because we're providing the docker image with the X11 socket we don't really need to whitelist the IP, we can instead whitelist local connections. So to summarise what worked for me was:
DISPLAY
to:0
- this will use the local socketxhost +local:
- this allows local connections to X serverThe text was updated successfully, but these errors were encountered: