Skip to content

plb454/docker-ruby-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Ruby + Nodejs Dockerfile

This repository contains a Dockerfile of Ruby, nodejs and npm for Docker's automated build published to the public Docker Hub Registry.

What's included

  • Ruby 2.3.1
  • Nodejs (latest)
  • npm

Installation

  1. Install Docker.

  2. 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)

Usage

docker run -it --rm mwallasch/docker-ruby-node

Run ruby

docker run -it --rm mwallasch/docker-ruby-node ruby

Run node

docker run -it --rm mwallasch/docker-ruby-node node

About

A Dockerfile for Ruby + Nodejs

Resources

License

Stars

Watchers

Forks

Packages