ConSol / docker-headless-vnc-container

Collection of Docker images with headless VNC environments
Apache License 2.0
1.73k stars 737 forks source link

VNC not Working #168

Closed FearTheWhite closed 1 year ago

FearTheWhite commented 1 year ago

Hi,

if i create a container with your image using docker run -it -p 5901:5901 -p 6901:6901 -e VNC_PASSWORDLESS=true -d --user 0 --name consol consol/debian-xfce-vnc

i cant connect to it with TightVNC (localhost::5901)

NoVNC is working fine.

is this my error? or a bug?

MasakiIchikawa commented 1 year ago

I can't connect with VNC from MacOS I'm using consol/debian-xfce-vnc

NoVNC is working

sni commented 1 year ago

are you using the latest container? There had been an issue fixed in #165

MasakiIchikawa commented 1 year ago

Thank you for your reply.

I runned image with refferenced readme.

docker run -d -p 5901:5901 -p 6901:6901 consol/debian-xfce-vnc

After your advice, I runned image with this command.

docker run -d -p 5901:5901 -p 6901:6901 ghcr.io/consol/docker-headless-vnc-container/debian-xfce-vnc:nightly

Its fine to access with vnc. Thank you.