jlesage / docker-firefox

Docker container for Firefox
MIT License
1.61k stars 288 forks source link

no vnc connection to docker on windows #65

Closed 2andr closed 2 years ago

2andr commented 4 years ago

Thanks for great work. i have installed docker-firefox in docker-desktop on Win 10 Web version of firefox work fine (http://my_host_ip:5800)

But i cant connect to vnc :( ( my_host_ip:5900 ) Any vnc clients (from same machine, from tablets) cant connect.

In docker console i see: `12/09/2020 13:59:53 Listening for VNC connections on TCP port 5900 ................. 12/09/2020 13:59:53 screen setup finished.

12/09/2020 13:59:53 The VNC desktop is: 2b3b2628a6fa:0  PORT=5900` Port 5900 In Windows Firewall opened

Can you help me?

jlesage commented 4 years ago

How did you created your container (what is your docker run command)? Did you exposed port 5900 (-p 5900:5900)?

jlesage commented 2 years ago

Closing this issue. Please reopen if needed.