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
Hey @vgoklani , VNC isn't a requirement for me so I'm not going to be able to get the time to look into it unfortunately -- sorry!
I'd suggest starting by setting up a default Linux docker image with VNC and confirming it works, then copying over any changes you made to the Dockerfile.
I'll leave the issue open incase there's a contribution to add this functionality.
Is there a simple way of connecting to the VNC server?
I used this to get the IP address:
docker inspect --format '{{ .NetworkSettings.IPAddress }}'
and then opened a connection via vnc://ip:5900
but it refused to connect
The text was updated successfully, but these errors were encountered: