Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.14 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.14 KB

Docker-ruby-node-phantomjs

Starting point for running Rails specs - includes ruby 2.3.3, node 6.10.1 and webkit

What's inside

The supplied Dockerfile will create an images for docker containers with ruby, nodejs and libwebkit. Mainly to run the headless tests of karma.

This README assume a working docker environment, for OSX (boot2docker) provides a adequate way to set this up.

Getting started

Getting the image

$ docker pull prograils/ruby-node-webkit

Building the image (locally)

$ docker build prograils/ruby-node-webkit

Running

$ docker run -t -i prograils/ruby-node-webkit

Testing

$ bundle exec rspec

References

Based on