You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For experimental docker container images, which run on platforms such as the Mac M1 or Raspberry Pi, see the community repository hosted at [seleniumhq-community/docker-seleniarm](https://github.com/seleniumhq-community/docker-seleniarm). These images are built for three separate architectures: linux/arm64 (aarch64), linux/arm/v7 (armhf), and linux/amd64.
16
-
17
-
Furthermore, these experimental container images are published on [Seleniarm Docker Hub](https://hub.docker.com/u/seleniarm) registry.
18
-
19
-
See [Issue #1076](https://github.com/SeleniumHQ/docker-selenium/issues/1076) for more information on these images.
20
-
21
-
If you're working on an Intel or AMD64 architecture, we recommend using the container images in _this_ repository (SeleniumHQ/docker-selenium) instead of the experimental ones.
4
+
# Docker images for the Selenium Grid Server
22
5
23
-
# Selenium Grid 4
6
+
The project is made possible by volunteer contributors who have put in thousands of hours of their own time,
7
+
and made the source code freely available under the [Apache License 2.0](LICENSE.md).
24
8
25
-
Docker images for Grid 4 come with a handful of tags to simplify its usage, have a look at them in one of
0 commit comments