Docker-selenium: connecting through VNC documentation issue

Created on 4 May 2016  路  6Comments  路  Source: SeleniumHQ/docker-selenium

For first time user who is reading the documentation related to VNC connection there are few confusing points , please review and enhance

  1. vnc://:49160 instead of hard coding 49160 , it should be mentioned as value
  2. :5900 this is not clear as one point it says "...5900 is fine if it is free, but.."
    but it also mentions
    $ docker run -d -P -p 5900:5900 --link selenium-hub:hub selenium/node-chrome-debug:2.53.0
    $ docker run -d -P -p 5901:5900 --link selenium-hub:hub selenium/node-firefox-debug:2.53.0

this part needs more info to understand for new comers.

thanks & regards,
Vikram

Most helpful comment

if there is an improvement you can make to the documentation - please! submit a pull request so all can benefit! :)

All 6 comments

I am not sure that your second point really needs clarification. If you understand what the port flag means then it should be clear what the documentation is saying. All it's saying is that the vnc service is running on 5900 on the node but externally you can map it to whichever port you please.

On this topic, is the --link part necessary to get the VNC server running correctly?

@thataustin Thanks for asking this query.

This proves that documentation is not clear enough for all the audiences. IMO any technical documentation should be written in as simple english as possible without "assuming" all are experts in networking and/or selenium usage. cc: @zypherman

if there is an improvement you can make to the documentation - please! submit a pull request so all can benefit! :)

@thataustin The --link flag is to enable the hub and node to talk to each other correctly when they are both running on the same machine. It links the containers together to establish that communication. For the VNC part its not really directly related since you can have a standalone node running and connect to the VNC through that.

Closing this issue as since the doubts were solved by the community. If something is missing from the documentation, please send us a PR and become a contributor :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jdiprizio picture jdiprizio  路  5Comments

pfluegs picture pfluegs  路  4Comments

NeilJ247 picture NeilJ247  路  6Comments

Manolo2014 picture Manolo2014  路  3Comments

westlakem picture westlakem  路  5Comments