Sign inSign up

migeorge/selenium-standalone-chrome-ruby

By migeorge

Updated over 10 years ago

Environment to enable Ruby development using selenium-webhook with the chrome driver

Image
0

695

migeorge/selenium-standalone-chrome-ruby repository overview

Docker Selenium Chrome Standalone /w Ruby

This project provides an environment targeted at ruby projects that would like to use the selenium-webdriver gem locally.

Running the conatiner

When you run this container be sure to mount your local /dev/shm to the containers. If you don't do this /dev/shm will be capped to 64M by default and chrome will most likely crash.

docker run --name chromeshot -v /dev/shm:/dev/shm migeorge/selenium-standalone-chrome-ruby:latest

Tag summary

Content type

Image

Digest

Size

445.9 MB

Last updated

over 10 years ago

docker pull migeorge/selenium-standalone-chrome-ruby