wk/docker-ib-tws

How do you attach a VNC server to the running container?

vgoklani opened this issue · 1 comments

Is there a simple way of connecting via 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

wk commented

There is no support for VNC in this container. It is intended to be used with an X server present on the docker host, with X communication possible through a socket that is exported into the container.