Selenium server with VNC support
1.2K
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
Content type
Image
Digest
Size
477.3 MB
Last updated
over 10 years ago
docker pull zanconsulting/selenium