Ubuntu 14.04 with ruby 2.1, chromedriver and xvfb for headless automation
2.6K
This is a image intended for automated tests with a headless chrome.
The simples way to run something is to use docker run
docker run \
--name app-functional-tests \
--rm -v $PWD:/app -w /app \
jrglee/ubuntu-ruby-chrome-headless:latest \
bash -c 'bundle install; rake'
Content type
Image
Digest
sha256:26a848057…
Size
327.3 MB
Last updated
about 11 years ago
docker pull jrglee/ubuntu-ruby-chrome-headless