frodenas/ruby

By frodenas

Updated almost 8 years ago

A Docker Image for Ruby

Image

420

Ruby Dockerfile

A Dockerfile that produces a Docker Image for Ruby.

Ruby version

The master branch currently hosts Ruby 2.1.

Different versions of Ruby are located at the github repo branches.

Usage

Build the image

To create the image frodenas/ruby, execute the following command on the docker-ruby folder:

$ docker build -t frodenas/ruby .
Run the image

To run the image:

$ docker run -ti --rm --name ruby  frodenas/ruby

Copyright

Copyright (c) 2014 Ferran Rodenas. See LICENSE for details.

Docker Pull Command

docker pull frodenas/ruby