frodenas/ruby
A Dockerfile that produces a Docker Image for Ruby.
The master
branch currently hosts Ruby 2.1.
Different versions of Ruby are located at the github repo branches.
To create the image frodenas/ruby
, execute the following command on the docker-ruby
folder:
$ docker build -t frodenas/ruby .
To run the image:
$ docker run -ti --rm --name ruby frodenas/ruby
Copyright (c) 2014 Ferran Rodenas. See LICENSE for details.
docker pull frodenas/ruby