Skip to content

prograils/docker-ruby-node-webkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages