ib-docker icon indicating copy to clipboard operation
ib-docker copied to clipboard

How to connect via VNC?

Open vgoklani opened this issue 7 years ago • 1 comments

Is there a simple way of connecting to the VNC server?

I used this to get the IP address:

docker inspect --format '{{ .NetworkSettings.IPAddress }}' <CONTAINER>

and then opened a connection via vnc://ip:5900

but it refused to connect

vgoklani avatar Apr 18 '17 03:04 vgoklani

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.

ryankennedyio avatar Apr 23 '17 11:04 ryankennedyio