Skip to content

Commit 3d27dd5

Browse files
deviantintegraldiemol
authored andcommitted
Document how element tags work (#923)
1 parent 8acc2e3 commit 3d27dd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Images included:
2929
## Running the images
3030
:exclamation: When executing `docker run` for an image with Chrome or Firefox please either mount `-v /dev/shm:/dev/shm` or use the flag `--shm-size=2g` to use the host's shared memory.
3131

32+
:exclamation: In general, use a tag with an element suffix to pin a specific browser version. See [Tagging Conventions](https://github.com/SeleniumHQ/docker-selenium/wiki/Tagging-Convention) for details.
33+
3234
Chrome
3335
``` bash
3436
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome:3.141.59-palladium

0 commit comments

Comments
 (0)