Sign inSign up

jrglee/ubuntu-ruby-chrome-headless

By jrglee

•Updated about 11 years ago

Ubuntu 14.04 with ruby 2.1, chromedriver and xvfb for headless automation

Image
1

2.6K

jrglee/ubuntu-ruby-chrome-headless repository overview

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'

Tag summary

Content type

Image

Digest

sha256:26a848057…

Size

327.3 MB

Last updated

about 11 years ago

docker pull jrglee/ubuntu-ruby-chrome-headless