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.
-debug
1 parent 5132571 commit 1ceb290Copy full SHA for 1ceb290
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.2.0-actinium
+$ 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