File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,16 @@ $ docker run -d -p 4444:4444 -e JAVA_OPTS=-Xmx512m --name selenium-hub selenium/
81
81
You can pass ` SE_OPTS ` variable with additional commandline parameters for starting a hub or a node.
82
82
83
83
``` 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
85
94
```
86
95
87
96
### PHANTOMJS_OPTS PhantomJS Configuration Options
You can’t perform that action at this time.
0 commit comments