Skip to content

Commit 88a7ede

Browse files
authored
Reorganising README
[skip ci]
1 parent 6abfafb commit 88a7ede

File tree

1 file changed

+25
-27
lines changed

1 file changed

+25
-27
lines changed

README.md

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,22 @@
1-
# Docker images for the Selenium Grid Server
2-
3-
The project is made possible by volunteer contributors who have put in thousands of hours of their own time,
4-
and made the source code freely available under the [Apache License 2.0](LICENSE.md).
5-
61
![Build & test](https://github.com/SeleniumHQ/docker-selenium/workflows/Build%20&%20test/badge.svg?branch=trunk)
72
![Deployments](https://github.com/SeleniumHQ/docker-selenium/workflows/Deploys/badge.svg)
83

9-
## Images published to Docker Hub registry
10-
11-
These images are published to the Docker Hub registry at [Selenium Docker Hub](https://hub.docker.com/u/selenium).
12-
13-
## Experimental Mult-Arch aarch64/armhf/amd64 Images
14-
15-
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
225

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).
248

25-
Docker images for Grid 4 come with a handful of tags to simplify its usage, have a look at them in one of
26-
our [releases](https://github.com/SeleniumHQ/docker-selenium/releases/tag/4.1.2-20220217)
9+
These Docker images come with a handful of tags to simplify its usage, have a look at them in one of
10+
our [releases](https://github.com/SeleniumHQ/docker-selenium/releases/tag/4.1.2-20220217).
2711

2812
To get notifications of new releases, add yourself as a "Releases only" watcher.
2913

30-
Looking for Grid 3? Head to the [Selenium 3 branch](https://github.com/SeleniumHQ/docker-selenium/tree/selenium-3).
31-
This branch will be kept for a while but won't receive any updates anymore.
14+
These images are published to the Docker Hub registry at [Selenium Docker Hub](https://hub.docker.com/u/selenium).
3215

3316
## Community
3417

3518
Do you need help to use these Docker images?
36-
All the contact points for the different Selenium projects can be seen at:
37-
https://www.selenium.dev/support/
19+
Talk to us at https://www.selenium.dev/support/
3820

3921
## Quick start
4022

@@ -50,8 +32,6 @@ docker run -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-fire
5032

5133
4. (Optional) To see what is happening inside the container, head to http://localhost:7900 (password is `secret`).
5234

53-
*Grid 3 used `/wd/hub`, while it should also work, it is no longer required*
54-
5535
More details about visualising the container activity, check the [Debugging](#debugging) section.
5636

5737
:point_up: When executing `docker run` for an image that contains a browser please use
@@ -62,6 +42,24 @@ See [Tagging Conventions](https://github.com/SeleniumHQ/docker-selenium/wiki/Tag
6242

6343
___
6444

45+
## Experimental Mult-Arch aarch64/armhf/amd64 Images
46+
47+
For experimental docker container images, which run on platforms such as the Mac M1 or Raspberry Pi,
48+
see the community driven repository hosted at
49+
[seleniumhq-community/docker-seleniarm](https://github.com/seleniumhq-community/docker-seleniarm).
50+
These images are built for three separate architectures: linux/arm64 (aarch64), linux/arm/v7 (armhf),
51+
and linux/amd64.
52+
53+
Furthermore, these experimental container images are published on
54+
[Seleniarm Docker Hub](https://hub.docker.com/u/seleniarm) registry.
55+
56+
See issue [#1076](https://github.com/SeleniumHQ/docker-selenium/issues/1076) for more information on these images.
57+
58+
If you're working on an Intel or AMD64 architecture, we recommend using the container images
59+
in _this_ repository (SeleniumHQ/docker-selenium) instead of the experimental ones.
60+
61+
___
62+
6563
## Execution modes
6664

6765
### Standalone

0 commit comments

Comments
 (0)