Sign inSign up

zanconsulting/selenium

By zanconsulting

Updated over 10 years ago

Selenium server with VNC support

Image
0

1.2K

zanconsulting/selenium repository overview

Chrome will often crash when viewing large pages due to a low shm size in docker containers. To work around, this, make sure you pass the --shm-size argument.

For example:

docker run \
    --shm-size 2G \
    -p 5900:5900 \
    -p 4444:4444 \
    -it \
    zanconsulting/selenium

Tag summary

Content type

Image

Digest

Size

477.3 MB

Last updated

over 10 years ago

docker pull zanconsulting/selenium