@@ -177,12 +177,12 @@ virtual machines.
177
177
178
178
``` bash
179
179
$ docker network create grid
180
- $ docker run -d -p 4442-4444:4442-4444 --net grid --name selenium-hub selenium/hub:4.0.0-alpha-7-20201009
180
+ $ docker run -d -p 4442-4444:4442-4444 --net grid --name selenium-hub selenium/hub:4.0.0-alpha-7-prerelease- 20201009
181
181
$ docker run -d --net grid -e SE_EVENT_BUS_HOST=selenium-hub \
182
182
-e SE_EVENT_BUS_PUBLISH_PORT=4442 \
183
183
-e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 \
184
184
-v ${PWD} /config.toml:/opt/bin/config.toml \
185
- selenium/node-docker:4.0.0-alpha-7-20201009
185
+ selenium/node-docker:4.0.0-alpha-7-prerelease- 20201009
186
186
```
187
187
188
188
When you are done using the Grid, and the containers have exited, the network can be removed with the following command:
@@ -197,7 +197,7 @@ $ docker network rm grid
197
197
``` bash
198
198
docker run --rm -ti --name selenium-docker -p 4444:4444 \
199
199
-v ${PWD} /config.toml:/opt/bin/config.toml \
200
- selenium/standalone-docker:4.0.0-alpha-7-20201009
200
+ selenium/standalone-docker:4.0.0-alpha-7-prerelease- 20201009
201
201
```
202
202
203
203
___
@@ -230,7 +230,7 @@ This example shows how to start the containers manually:
230
230
231
231
``` bash
232
232
$ docker network create grid
233
- $ docker run -d -p 4444:4444 -p 6900:5900 --net grid --name selenium -v /dev/shm:/dev/shm selenium/standalone-chrome:4.0.0-alpha-7-20201009
233
+ $ docker run -d -p 4444:4444 -p 6900:5900 --net grid --name selenium -v /dev/shm:/dev/shm selenium/standalone-chrome:4.0.0-alpha-7-prerelease- 20201009
234
234
$ docker run -d --net grid --name video -v /tmp/videos:/videos selenium/video:ffmpeg-4.3.1-20201009
235
235
# Run your tests
236
236
$ docker stop video && docker rm video
0 commit comments