This repository contains a Dockerfile of Ruby, nodejs and npm for Docker's automated build published to the public Docker Hub Registry.
- Ruby 2.2.2
- Nodejs (latest)
- npm
- PhantomJS 1.9.7
-
Install Docker.
-
Download automated build from public Docker Hub Registry:
docker pull armakuni/docker-cci-ruby-node-automated(alternatively, you can build an image from Dockerfile:
docker build -t="armakuni/docker-cci-ruby-node" github.com/armakuni/docker-cci-ruby-node)
docker login
docker tag <container> comicrelief/docker-cci-ruby-node:latest
docker push comicrelief/docker-cci-ruby-node