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.
Content type
Image
Digest
sha256:80580b736…
Size
199.8 MB
Last updated
over 9 years ago
docker pull frodenas/ruby