@@ -18,6 +18,41 @@ These images are published to the Docker Hub registry at [Selenium Docker Hub](h
18
18
Do you need help to use these Docker images?
19
19
Talk to us at https://www.selenium.dev/support/
20
20
21
+ ## Contents
22
+
23
+ * [ Quick start] ( #quick-start )
24
+ * [ Experimental Mult-Arch aarch64/armhf/amd64 Images] ( #experimental-mult-arch-aarch64armhfamd64-images )
25
+ * [ Execution modes] ( #execution-modes )
26
+ + [ Standalone] ( #standalone )
27
+ + [ Hub and Nodes] ( #hub-and-nodes )
28
+ - [ Docker networking] ( #docker-networking )
29
+ - [ Using different machines/VMs] ( #using-different-machinesvms )
30
+ - [ Docker Compose] ( #docker-compose )
31
+ + [ Fully distributed mode - Router, Queue, Distributor, EventBus, SessionMap and Nodes] ( #fully-distributed-mode---router-queue-distributor-eventbus-sessionmap-and-nodes )
32
+ * [ Video recording] ( #video-recording )
33
+ * [ Dynamic Grid] ( #dynamic-grid )
34
+ + [ Configuration example] ( #configuration-example )
35
+ + [ Execution with Hub & Node roles] ( #execution-with-hub--node-roles )
36
+ + [ Execution with Standalone roles] ( #execution-with-standalone-roles )
37
+ + [ Using Dynamic Grid in different machines/VMs] ( #using-dynamic-grid-in-different-machinesvms )
38
+ + [ Execution with Docker Compose] ( #execution-with-docker-compose )
39
+ + [ Video recording, screen resolution, and time zones in a Dynamic Grid] ( #video-recording-screen-resolution-and-time-zones-in-a-dynamic-grid )
40
+ * [ Kubernetes] ( #deploying-to-kubernetes )
41
+ * [ Configuring the containers] ( #configuring-the-containers )
42
+ + [ SE_OPTS Selenium Configuration Options] ( #se_opts-selenium-configuration-options )
43
+ + [ JAVA_OPTS Java Environment Options] ( #java_opts-java-environment-options )
44
+ + [ Node configuration options] ( #node-configuration-options )
45
+ + [ Setting Screen Resolution] ( #setting-screen-resolution )
46
+ + [ Grid Url and Session Timeout] ( #grid-url-and-session-timeout )
47
+ + [ Session request timeout] ( #session-request-timeout )
48
+ + [ Increasing session concurrency per container] ( #increasing-session-concurrency-per-container )
49
+ + [ Running in Headless mode] ( #running-in-headless-mode )
50
+ * [ Building the images] ( #building-the-images )
51
+ * [ Waiting for the Grid to be ready] ( #waiting-for-the-grid-to-be-ready )
52
+ * [ Debugging] ( #debugging )
53
+ * [ Troubleshooting] ( #troubleshooting )
54
+
55
+
21
56
## Quick start
22
57
23
58
1 . Start a Docker container with Firefox
0 commit comments