Skip to content

Commit 4d897da

Browse files
authored
Updating documentation, fixing #503
1 parent bf36a08 commit 4d897da

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,16 @@ $ docker run -d -p 4444:4444 -e JAVA_OPTS=-Xmx512m --name selenium-hub selenium/
8181
You can pass `SE_OPTS` variable with additional commandline parameters for starting a hub or a node.
8282

8383
``` bash
84-
$ docker run -d -p 4444:4444 -e SE_OPTS="-debug true" --name selenium-hub selenium/hub:3.2.0-actinium
84+
$ docker run -d -p 4444:4444 -e SE_OPTS="-debug true" --name selenium-hub selenium/hub:3.4.0-dysprosium
85+
```
86+
87+
### HUB_PORT_444_TCP_ADDR and HUB_PORT_444_TCP_PORT Selenium Node Configuration options
88+
89+
You can pass `HUB_PORT_444_TCP_ADDR` and `HUB_PORT_444_TCP_PORT` options to provide the hub address to a node when needed.
90+
91+
``` bash
92+
$ docker run -d -p 4444:4444 -e HUB_PORT_4444_TCP_ADDR=10.10.1.10 -e HUB_PORT_4444_TCP_PORT=4444 \
93+
--name selenium-hub selenium/hub:3.4.0-dysprosium
8594
```
8695

8796
### PHANTOMJS_OPTS PhantomJS Configuration Options

0 commit comments

Comments
 (0)