Skip to content

Commit

Permalink
Update tag in docs and files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
selenium-ci committed Sep 14, 2021
1 parent cc0c146 commit 727758d
Show file tree
Hide file tree
Showing 30 changed files with 115 additions and 114 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Expand Up @@ -41,7 +41,7 @@ Issues without a reproduction script are likely to stall and eventually be close
## Environment

OS: <!-- Windows 10? OSX? -->
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-rc-2-prerelease-20210908 etc
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-rc-2-prerelease-20210914 etc
Also provide the docker image id
-->
Docker version:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.md
Expand Up @@ -41,7 +41,7 @@ Issues without a reproduction script are likely to stall and eventually be close
## Environment

OS: <!-- Windows 10? OSX? -->
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-rc-2-prerelease-20210908 etc
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-rc-2-prerelease-20210914 etc
Also provide the docker image id
-->
Docker version:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/regression.md
Expand Up @@ -47,7 +47,7 @@ Issues without a reproduction script are likely to stall and eventually be close
## Environment

OS: <!-- Windows 10? OSX? -->
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-rc-2-prerelease-20210908 etc
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-rc-2-prerelease-20210914 etc
Also provide the docker image id
-->
Docker version:
Expand Down
2 changes: 1 addition & 1 deletion Distributor/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/base:4.0.0-rc-2-prerelease-20210908
FROM selenium/base:4.0.0-rc-2-prerelease-20210914
LABEL authors=SeleniumHQ

USER 1200
Expand Down
2 changes: 1 addition & 1 deletion EventBus/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/base:4.0.0-rc-2-prerelease-20210908
FROM selenium/base:4.0.0-rc-2-prerelease-20210914
LABEL authors=SeleniumHQ

USER 1200
Expand Down
2 changes: 1 addition & 1 deletion Hub/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/base:4.0.0-rc-2-prerelease-20210908
FROM selenium/base:4.0.0-rc-2-prerelease-20210914
LABEL authors=SeleniumHQ

USER 1200
Expand Down
3 changes: 2 additions & 1 deletion NodeBase/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/base:4.0.0-rc-2-prerelease-20210908
FROM selenium/base:4.0.0-rc-2-prerelease-20210914
LABEL authors=SeleniumHQ

USER root
Expand Down Expand Up @@ -167,6 +167,7 @@ ENV SCREEN_DPI 96
ENV DISPLAY :99.0
ENV DISPLAY_NUM 99
ENV START_XVFB true
ENV START_NO_VNC true

#========================
# Selenium Configuration
Expand Down
2 changes: 1 addition & 1 deletion NodeChrome/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/node-base:4.0.0-rc-2-prerelease-20210908
FROM selenium/node-base:4.0.0-rc-2-prerelease-20210914
LABEL authors=SeleniumHQ

USER root
Expand Down
2 changes: 1 addition & 1 deletion NodeDocker/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/base:4.0.0-rc-2-prerelease-20210908
FROM selenium/base:4.0.0-rc-2-prerelease-20210914
LABEL authors=SeleniumHQ

USER 1200
Expand Down
8 changes: 4 additions & 4 deletions NodeDocker/config.toml
Expand Up @@ -2,9 +2,9 @@
# Configs have a mapping between the Docker image to use and the capabilities that need to be matched to
# start a container with the given image.
configs = [
"selenium/standalone-firefox:4.0.0-rc-2-prerelease-20210908", "{\"browserName\": \"firefox\"}",
"selenium/standalone-chrome:4.0.0-rc-2-prerelease-20210908", "{\"browserName\": \"chrome\"}",
"selenium/standalone-edge:4.0.0-rc-2-prerelease-20210908", "{\"browserName\": \"MicrosoftEdge\"}"
"selenium/standalone-firefox:4.0.0-rc-2-prerelease-20210914", "{\"browserName\": \"firefox\"}",
"selenium/standalone-chrome:4.0.0-rc-2-prerelease-20210914", "{\"browserName\": \"chrome\"}",
"selenium/standalone-edge:4.0.0-rc-2-prerelease-20210914", "{\"browserName\": \"MicrosoftEdge\"}"
]

# URL for connecting to the docker daemon
Expand All @@ -14,7 +14,7 @@ configs = [
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
url = "http://host.docker.internal:2375"
# Docker imagee used for video recording
video-image = "selenium/video:ffmpeg-4.3.1-20210908"
video-image = "selenium/video:ffmpeg-4.3.1-20210914"

# Uncomment the following section if you are running the node on a separate VM
# Fill out the placeholders with appropriate values
Expand Down
2 changes: 1 addition & 1 deletion NodeEdge/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/node-base:4.0.0-rc-2-prerelease-20210908
FROM selenium/node-base:4.0.0-rc-2-prerelease-20210914
LABEL authors=SeleniumHQ

USER root
Expand Down
2 changes: 1 addition & 1 deletion NodeFirefox/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/node-base:4.0.0-rc-2-prerelease-20210908
FROM selenium/node-base:4.0.0-rc-2-prerelease-20210914
LABEL authors=SeleniumHQ

USER root
Expand Down
78 changes: 39 additions & 39 deletions README.md
Expand Up @@ -11,7 +11,7 @@ Prereleases are happening on a regular basis to get early feedback. This means t
can be currently at a different RC or beta version (e.g. bindings on RC 1, and Docker images on prerelease RC 2).

Docker images for Grid 4 come with a handful of tags to simplify its usage, have a look at them in one of
our [releases](https://github.com/SeleniumHQ/docker-selenium/releases/tag/4.0.0-rc-2-prerelease-20210908)
our [releases](https://github.com/SeleniumHQ/docker-selenium/releases/tag/4.0.0-rc-2-prerelease-20210914)

To get notifications of new prereleases, add yourself as a "Releases only" watcher.

Expand All @@ -31,7 +31,7 @@ https://www.selenium.dev/support/
1. Start a Docker container with Firefox

``` bash
$ docker run -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-firefox:4.0.0-rc-2-prerelease-20210908
$ docker run -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-firefox:4.0.0-rc-2-prerelease-20210914
```

2. Point your WebDriver tests to http://localhost:4444 *
Expand All @@ -58,17 +58,17 @@ ___

![Firefox](https://raw.githubusercontent.com/alrra/browser-logos/main/src/firefox/firefox_24x24.png) Firefox
``` bash
$ docker run -d -p 4444:4444 --shm-size="2g" selenium/standalone-firefox:4.0.0-rc-2-prerelease-20210908
$ docker run -d -p 4444:4444 --shm-size="2g" selenium/standalone-firefox:4.0.0-rc-2-prerelease-20210914
```

![Chrome](https://raw.githubusercontent.com/alrra/browser-logos/main/src/chrome/chrome_24x24.png) Chrome
``` bash
$ docker run -d -p 4444:4444 --shm-size="2g" selenium/standalone-chrome:4.0.0-rc-2-prerelease-20210908
$ docker run -d -p 4444:4444 --shm-size="2g" selenium/standalone-chrome:4.0.0-rc-2-prerelease-20210914
```

![Edge](https://raw.githubusercontent.com/alrra/browser-logos/main/src/edge/edge_24x24.png) Microsoft Edge
``` bash
$ docker run -d -p 4444:4444 --shm-size="2g" selenium/standalone-edge:4.0.0-rc-2-prerelease-20210908
$ docker run -d -p 4444:4444 --shm-size="2g" selenium/standalone-edge:4.0.0-rc-2-prerelease-20210914
```

_Note: Only one Standalone container can run on port_ `4444` _at the same time._
Expand All @@ -85,22 +85,22 @@ A Docker [network](https://docs.docker.com/engine/reference/commandline/network_

``` bash
$ docker network create grid
$ docker run -d -p 4442-4444:4442-4444 --net grid --name selenium-hub selenium/hub:4.0.0-rc-2-prerelease-20210908
$ docker run -d -p 4442-4444:4442-4444 --net grid --name selenium-hub selenium/hub:4.0.0-rc-2-prerelease-20210914
$ docker run -d --net grid -e SE_EVENT_BUS_HOST=selenium-hub \
--shm-size="2g" \
-e SE_EVENT_BUS_PUBLISH_PORT=4442 \
-e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 \
selenium/node-chrome:4.0.0-rc-2-prerelease-20210908
selenium/node-chrome:4.0.0-rc-2-prerelease-20210914
$ docker run -d --net grid -e SE_EVENT_BUS_HOST=selenium-hub \
--shm-size="2g" \
-e SE_EVENT_BUS_PUBLISH_PORT=4442 \
-e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 \
selenium/node-edge:4.0.0-rc-2-prerelease-20210908
selenium/node-edge:4.0.0-rc-2-prerelease-20210914
$ docker run -d --net grid -e SE_EVENT_BUS_HOST=selenium-hub \
--shm-size="2g" \
-e SE_EVENT_BUS_PUBLISH_PORT=4442 \
-e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 \
selenium/node-firefox:4.0.0-rc-2-prerelease-20210908
selenium/node-firefox:4.0.0-rc-2-prerelease-20210914
```

When you are done using the Grid, and the containers have exited, the network can be removed with the following command:
Expand All @@ -116,7 +116,7 @@ communicate properly.

Hub - Machine/VM 1
``` bash
$ docker run -d -p 4442-4444:4442-4444 --name selenium-hub selenium/hub:4.0.0-rc-2-prerelease-20210908
$ docker run -d -p 4442-4444:4442-4444 --name selenium-hub selenium/hub:4.0.0-rc-2-prerelease-20210914
```

Node Chrome - Machine/VM 2
Expand All @@ -127,7 +127,7 @@ $ docker run -d -p 5555:5555 \
-e SE_EVENT_BUS_PUBLISH_PORT=4442 \
-e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 \
-e SE_NODE_HOST=<ip-from-machine-2> \
selenium/node-chrome:4.0.0-rc-2-prerelease-20210908
selenium/node-chrome:4.0.0-rc-2-prerelease-20210914
```

Node Edge - Machine/VM 3
Expand All @@ -138,7 +138,7 @@ $ docker run -d -p 5555:5555 \
-e SE_EVENT_BUS_PUBLISH_PORT=4442 \
-e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 \
-e SE_NODE_HOST=<ip-from-machine-3> \
selenium/node-edge:4.0.0-rc-2-prerelease-20210908
selenium/node-edge:4.0.0-rc-2-prerelease-20210914
```

Node Firefox - Machine/VM 4
Expand All @@ -149,7 +149,7 @@ $ docker run -d -p 5555:5555 \
-e SE_EVENT_BUS_PUBLISH_PORT=4442 \
-e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 \
-e SE_NODE_HOST=<ip-from-machine-4> \
selenium/node-firefox:4.0.0-rc-2-prerelease-20210908
selenium/node-firefox:4.0.0-rc-2-prerelease-20210914
```

#### Docker Compose
Expand Down Expand Up @@ -181,7 +181,7 @@ ___

## Video recording ![BETA](https://img.shields.io/badge/beta!-blue?style=for-the-badge)

Tests execution can be recorded by using the `selenium/video:ffmpeg-4.3.1-20210908`
Tests execution can be recorded by using the `selenium/video:ffmpeg-4.3.1-20210914`
Docker image. One container is needed per each container where a browser is running. This means if you are
running 5 Nodes/Standalone containers, you will need 5 video containers, the mapping is 1-1.

Expand All @@ -207,8 +207,8 @@ This example shows how to start the containers manually:

``` bash
$ docker network create grid
$ docker run -d -p 4444:4444 -p 6900:5900 --net grid --name selenium --shm-size="2g" selenium/standalone-chrome:4.0.0-rc-2-prerelease-20210908
$ docker run -d --net grid --name video -v /tmp/videos:/videos selenium/video:ffmpeg-4.3.1-20210908
$ docker run -d -p 4444:4444 -p 6900:5900 --net grid --name selenium --shm-size="2g" selenium/standalone-chrome:4.0.0-rc-2-prerelease-20210914
$ docker run -d --net grid --name video -v /tmp/videos:/videos selenium/video:ffmpeg-4.3.1-20210914
# Run your tests
$ docker stop video && docker rm video
$ docker stop selenium && docker rm selenium
Expand Down Expand Up @@ -239,9 +239,9 @@ You can save this file locally and name it, for example, `config.toml`.
# Configs have a mapping between the Docker image to use and the capabilities that need to be matched to
# start a container with the given image.
configs = [
"selenium/standalone-firefox:4.0.0-rc-2-prerelease-20210908", "{\"browserName\": \"firefox\"}",
"selenium/standalone-chrome:4.0.0-rc-2-prerelease-20210908", "{\"browserName\": \"chrome\"}",
"selenium/standalone-edge:4.0.0-rc-2-prerelease-20210908", "{\"browserName\": \"MicrosoftEdge\"}"
"selenium/standalone-firefox:4.0.0-rc-2-prerelease-20210914", "{\"browserName\": \"firefox\"}",
"selenium/standalone-chrome:4.0.0-rc-2-prerelease-20210914", "{\"browserName\": \"chrome\"}",
"selenium/standalone-edge:4.0.0-rc-2-prerelease-20210914", "{\"browserName\": \"MicrosoftEdge\"}"
]

# URL for connecting to the docker daemon
Expand All @@ -251,7 +251,7 @@ configs = [
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
url = "http://host.docker.internal:2375"
# Docker imagee used for video recording
video-image = "selenium/video:ffmpeg-4.3.1-20210908"
video-image = "selenium/video:ffmpeg-4.3.1-20210914"

# Uncomment the following section if you are running the node on a separate VM
# Fill out the placeholders with appropriate values
Expand All @@ -268,13 +268,13 @@ virtual machines.

``` bash
$ docker network create grid
$ docker run -d -p 4442-4444:4442-4444 --net grid --name selenium-hub selenium/hub:4.0.0-rc-2-prerelease-20210908
$ docker run -d -p 4442-4444:4442-4444 --net grid --name selenium-hub selenium/hub:4.0.0-rc-2-prerelease-20210914
$ docker run -d --net grid -e SE_EVENT_BUS_HOST=selenium-hub \
-e SE_EVENT_BUS_PUBLISH_PORT=4442 \
-e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 \
-v ${PWD}/config.toml:/opt/bin/config.toml \
-v /path/on/your/host/machine:/opt/selenium/assets \
selenium/node-docker:4.0.0-rc-2-prerelease-20210908
selenium/node-docker:4.0.0-rc-2-prerelease-20210914
```

To have the assets saved on your host, please mount your host path to `/opt/selenium/assets`.
Expand All @@ -292,7 +292,7 @@ $ docker network rm grid
docker run --rm --name selenium-docker -p 4444:4444 \
-v ${PWD}/config.toml:/opt/bin/config.toml \
-v /path/on/your/host/machine:/opt/selenium/assets \
selenium/standalone-docker:4.0.0-rc-2-prerelease-20210908
selenium/standalone-docker:4.0.0-rc-2-prerelease-20210914
```

To have the assets saved on your host, please mount your host path to `/opt/selenium/assets`.
Expand Down Expand Up @@ -350,15 +350,15 @@ ___
You can pass `SE_OPTS` variable with additional commandline parameters for starting a hub or a node.

``` bash
$ docker run -d -p 4444:4444 -e SE_OPTS="--log-level FINE" --name selenium-hub selenium/hub:4.0.0-rc-2-prerelease-20210908
$ docker run -d -p 4444:4444 -e SE_OPTS="--log-level FINE" --name selenium-hub selenium/hub:4.0.0-rc-2-prerelease-20210914
```

### JAVA_OPTS Java Environment Options

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

``` bash
$ docker run -d -p 4444:4444 -e JAVA_OPTS=-Xmx512m --name selenium-hub selenium/hub:4.0.0-rc-2-prerelease-20210908
$ docker run -d -p 4444:4444 -e JAVA_OPTS=-Xmx512m --name selenium-hub selenium/hub:4.0.0-rc-2-prerelease-20210914
```

### Node configuration options
Expand All @@ -374,7 +374,7 @@ variables.
Here is an example with the default values of these environment variables:

```bash
$ docker run -d -e SE_EVENT_BUS_HOST=<event_bus_ip|event_bus_name> -e SE_EVENT_BUS_PUBLISH_PORT=4442 -e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 --shm-size="2g" selenium/node-chrome:4.0.0-rc-2-prerelease-20210908
$ docker run -d -e SE_EVENT_BUS_HOST=<event_bus_ip|event_bus_name> -e SE_EVENT_BUS_PUBLISH_PORT=4442 -e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 --shm-size="2g" selenium/node-chrome:4.0.0-rc-2-prerelease-20210914
```

### Setting Screen Resolution
Expand Down Expand Up @@ -522,10 +522,10 @@ $ docker network create grid
$ docker run -d -p 4444:4444 --net grid --name selenium-hub \
--health-cmd='/opt/bin/check-grid.sh --host 0.0.0.0 --port 4444' \
--health-interval=15s --health-timeout=30s --health-retries=5 \
selenium/hub:4.0.0-rc-2-prerelease-20210908
$ docker run -d --net grid -e HUB_HOST=selenium-hub --shm-size="2g" selenium/node-chrome:4.0.0-rc-2-prerelease-20210908
$ docker run -d --net grid -e HUB_HOST=selenium-hub --shm-size="2g" selenium/node-edge:4.0.0-rc-2-prerelease-20210908
$ docker run -d --net grid -e HUB_HOST=selenium-hub --shm-size="2g" selenium/node-firefox:4.0.0-rc-2-prerelease-20210908
selenium/hub:4.0.0-rc-2-prerelease-20210914
$ docker run -d --net grid -e HUB_HOST=selenium-hub --shm-size="2g" selenium/node-chrome:4.0.0-rc-2-prerelease-20210914
$ docker run -d --net grid -e HUB_HOST=selenium-hub --shm-size="2g" selenium/node-edge:4.0.0-rc-2-prerelease-20210914
$ docker run -d --net grid -e HUB_HOST=selenium-hub --shm-size="2g" selenium/node-firefox:4.0.0-rc-2-prerelease-20210914
```
**Note:** The `\` line delimiter won't work on Windows based terminals, try either `^` or a backtick.

Expand Down Expand Up @@ -591,9 +591,9 @@ You can override it with the `VNC_PORT` environment variable in case you want to

Here is an example with the standalone images, the same concept applies to the node images.
``` bash
$ docker run -d -p 4444:4444 -p 5900:5900 --shm-size="2g" selenium/standalone-chrome:4.0.0-rc-2-prerelease-20210908
$ docker run -d -p 4444:4444 -p 5901:5900 --shm-size="2g" selenium/standalone-edge:4.0.0-rc-2-prerelease-20210908
$ docker run -d -p 4445:4444 -p 5902:5900 --shm-size="2g" selenium/standalone-firefox:4.0.0-rc-2-prerelease-20210908
$ docker run -d -p 4444:4444 -p 5900:5900 --shm-size="2g" selenium/standalone-chrome:4.0.0-rc-2-prerelease-20210914
$ docker run -d -p 4444:4444 -p 5901:5900 --shm-size="2g" selenium/standalone-edge:4.0.0-rc-2-prerelease-20210914
$ docker run -d -p 4445:4444 -p 5902:5900 --shm-size="2g" selenium/standalone-firefox:4.0.0-rc-2-prerelease-20210914
```

Then, you would use in your VNC client:
Expand All @@ -606,9 +606,9 @@ it in the `/NodeBase/Dockerfile` and build the images yourself, or you can defin
the posted ones which reconfigures it:

``` dockerfile
#FROM selenium/node-chrome:4.0.0-rc-2-prerelease-20210908
#FROM selenium/node-edge:4.0.0-rc-2-prerelease-20210908
#FROM selenium/node-firefox:4.0.0-rc-2-prerelease-20210908
#FROM selenium/node-chrome:4.0.0-rc-2-prerelease-20210914
#FROM selenium/node-edge:4.0.0-rc-2-prerelease-20210914
#FROM selenium/node-firefox:4.0.0-rc-2-prerelease-20210914
#Choose the FROM statement that works for you.

RUN x11vnc -storepasswd <your-password-here> /home/seluser/.vnc/passwd
Expand All @@ -629,9 +629,9 @@ You can also override it with the `NO_VNC_PORT` environment variable in case you

Here is an example with the standalone images, the same concept applies to the node images.
``` bash
$ docker run -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-chrome:4.0.0-rc-2-prerelease-20210908
$ docker run -d -p 4444:4444 -p 7901:7900 --shm-size="2g" selenium/standalone-edge:4.0.0-rc-2-prerelease-20210908
$ docker run -d -p 4445:4444 -p 7902:7900 --shm-size="2g" selenium/standalone-firefox:4.0.0-rc-2-prerelease-20210908
$ docker run -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-chrome:4.0.0-rc-2-prerelease-20210914
$ docker run -d -p 4444:4444 -p 7901:7900 --shm-size="2g" selenium/standalone-edge:4.0.0-rc-2-prerelease-20210914
$ docker run -d -p 4445:4444 -p 7902:7900 --shm-size="2g" selenium/standalone-firefox:4.0.0-rc-2-prerelease-20210914
```

Then, you would use in your browser:
Expand Down
2 changes: 1 addition & 1 deletion Router/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/base:4.0.0-rc-2-prerelease-20210908
FROM selenium/base:4.0.0-rc-2-prerelease-20210914
LABEL authors=SeleniumHQ

USER 1200
Expand Down
2 changes: 1 addition & 1 deletion SessionQueue/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/base:4.0.0-rc-2-prerelease-20210908
FROM selenium/base:4.0.0-rc-2-prerelease-20210914
LABEL authors=SeleniumHQ

USER 1200
Expand Down

0 comments on commit 727758d

Please sign in to comment.