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.4
- Nodejs (latest)
- npm
-
Install Docker.
-
Download automated build from public Docker Hub Registry:
docker pull mwallasch/docker-ruby-node
(alternatively, you can build an image from Dockerfile:
docker build -t="mwallasch/docker-ruby-node" github.com/mwallasch/docker-ruby-node
)
docker run -it --rm mwallasch/docker-ruby-node
docker run -it --rm mwallasch/docker-ruby-node ruby
docker run -it --rm mwallasch/docker-ruby-node node