Skip to content

Commit 3685df1

Browse files
committed
Fix heading hierarchy consistency.
- Now the "Running the images" section consists of two alike items -- the two ways of using this project -- standalone and hub. - The new "Configuring the containers" section consists of two alike items -- JAVA_OPTS and SE_OPTS.
1 parent fe97853 commit 3685df1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,16 @@ _Note: Only one standalone image can run on port_ `4444` _at a time._
4343

4444
To inspect visually what the browser is doing use the `standalone-chrome-debug` or `standalone-firefox-debug` images. See [Debugging](#debugging) section for details.
4545

46-
### Selenium Grid Hub
46+
### Selenium Grid Hub and Nodes
4747

4848
``` bash
4949
$ docker run -d -p 4444:4444 --name selenium-hub selenium/hub:3.0.1-fermium
50-
```
51-
52-
### Chrome and Firefox Grid Nodes
53-
54-
``` bash
5550
$ docker run -d --link selenium-hub:hub selenium/node-chrome:3.0.1-fermium
5651
$ docker run -d --link selenium-hub:hub selenium/node-firefox:3.0.1-fermium
5752
```
5853

54+
## Configuring the containers
55+
5956
### JAVA_OPTS Java Environment Options
6057

6158
You can pass `JAVA_OPTS` environment variable to java process.

0 commit comments

Comments
 (0)