We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6588d0a + 1ceb290 commit 465df74Copy full SHA for 465df74
README.md
@@ -67,7 +67,7 @@ $ docker run -d -p 4444:4444 -e JAVA_OPTS=-Xmx512m --name selenium-hub selenium/
67
You can pass `SE_OPTS` variable with additional commandline parameters for starting a hub or a node.
68
69
``` bash
70
-$ docker run -d -p 4444:4444 -e SE_OPTS=-debug --name selenium-hub selenium/hub:3.3.1-arsenic
+$ docker run -d -p 4444:4444 -e SE_OPTS="-debug true" --name selenium-hub selenium/hub:3.2.0-actinium
71
```
72
73
### PHANTOMJS_OPTS PhantomJS Configuration Options
0 commit comments