Skip to content

Commit 21f13c0

Browse files
authored
Updating tag references to prerelease-20201009
1 parent deadadd commit 21f13c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,12 @@ virtual machines.
177177

178178
``` bash
179179
$ 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
181181
$ docker run -d --net grid -e SE_EVENT_BUS_HOST=selenium-hub \
182182
-e SE_EVENT_BUS_PUBLISH_PORT=4442 \
183183
-e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 \
184184
-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
186186
```
187187

188188
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
197197
```bash
198198
docker run --rm -ti --name selenium-docker -p 4444:4444 \
199199
-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
201201
```
202202

203203
___
@@ -230,7 +230,7 @@ This example shows how to start the containers manually:
230230

231231
``` bash
232232
$ 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
234234
$ docker run -d --net grid --name video -v /tmp/videos:/videos selenium/video:ffmpeg-4.3.1-20201009
235235
# Run your tests
236236
$ docker stop video && docker rm video

0 commit comments

Comments
 (0)