@@ -183,9 +183,9 @@ $ docker run --rm -it -p 4444:4444 -p 7900:7900 --shm-size 2g selenium/standalon
183
183
184
184
** docker-compose-v3-beta-channel.yml:**
185
185
``` bash
186
- # To execute this docker- compose yml file use `docker- compose -f docker-compose-v3-beta-channel.yml up`
186
+ # To execute this docker compose yml file use `docker compose -f docker-compose-v3-beta-channel.yml up`
187
187
# Add the `-d` flag at the end for detached execution
188
- # To stop the execution, hit Ctrl+C, and then `docker- compose -f docker-compose-v3-beta-channel.yml down`
188
+ # To stop the execution, hit Ctrl+C, and then `docker compose -f docker-compose-v3-beta-channel.yml down`
189
189
version: " 3"
190
190
services:
191
191
chrome:
@@ -229,9 +229,9 @@ services:
229
229
230
230
** docker-compose-v3-dev-channel.yml:**
231
231
``` bash
232
- # To execute this docker- compose yml file use `docker- compose -f docker-compose-v3-dev-channel.yml up`
232
+ # To execute this docker compose yml file use `docker compose -f docker-compose-v3-dev-channel.yml up`
233
233
# Add the `-d` flag at the end for detached execution
234
- # To stop the execution, hit Ctrl+C, and then `docker- compose -f docker-compose-v3-dev-channel.yml down`
234
+ # To stop the execution, hit Ctrl+C, and then `docker compose -f docker-compose-v3-dev-channel.yml down`
235
235
version: " 3"
236
236
services:
237
237
chrome:
@@ -484,7 +484,7 @@ linked resources below, save them locally and check the execution instructions o
484
484
##### Version 3
485
485
[ ` docker-compose-v3.yml ` ] ( docker-compose-v3.yml )
486
486
487
- To stop the Grid and cleanup the created containers, run ` docker- compose down ` .
487
+ To stop the Grid and cleanup the created containers, run ` docker compose down ` .
488
488
489
489
##### Version 3 with Swarm support
490
490
[ ` docker-compose-v3-swarm.yml ` ] ( docker-compose-v3-swarm.yml )
494
494
### Fully distributed mode - Router, Queue, Distributor, EventBus, SessionMap and Nodes
495
495
496
496
It is possible to start a Selenium Grid with all its components apart. For simplicity, only an
497
- example with docker- compose will be provided. Save the file locally, and check the execution
497
+ example with docker compose will be provided. Save the file locally, and check the execution
498
498
instructions on top of it.
499
499
500
500
[ ` docker-compose-v3-full-grid.yml ` ] ( docker-compose-v3-full-grid.yml )
@@ -515,7 +515,7 @@ Docker image. One container is needed per each container where a browser is runn
515
515
running 5 Nodes/Standalone containers, you will need 5 video containers, the mapping is 1-1.
516
516
517
517
Currently, the only way to do this mapping is manually (either starting the containers manually or through
518
- ` docker- compose ` ). We are iterating on this process and probably this setup will be more simple in the future.
518
+ ` docker compose ` ). We are iterating on this process and probably this setup will be more simple in the future.
519
519
520
520
The video Docker image we provide is based on the ffmpeg Ubuntu image provided by the
521
521
[ jrottenberg/ffmpeg] ( https://github.com/jrottenberg/ffmpeg ) project, thank you for providing this image and
@@ -1345,7 +1345,7 @@ docker run -d --net grid -e SE_EVENT_BUS_HOST=selenium-hub \
1345
1345
selenium/node-firefox:4.19.1-20240402
1346
1346
```
1347
1347
1348
- You can also refer to the below docker- compose yaml files to be able to start a simple grid (or) a dynamic grid.
1348
+ You can also refer to the below docker compose yaml files to be able to start a simple grid (or) a dynamic grid.
1349
1349
1350
1350
* Simple Grid [ v3 yaml file] ( docker-compose-v3-tracing.yml )
1351
1351
* Simple Grid [ v2 yaml file] ( docker-compose-v2-tracing.yml )
0 commit comments