denvazh/ruby
This repository contains experimental Dockerfile of Ruby for Docker's automated build.
At the moment it uses system default ruby-2.1.5p273
installed directly with apk package manager.
latest
(default): Ruby 2.1.5p273 which is an alias to 2.1.5p273
2.1.5p273
: Ruby 2.1.5p273Install Docker
Download automated build from public registry: docker pull denvazh/ruby
(alternatively, one can build an image docker build -t="denvazh/ruby" github.com/denvazh/ruby
)
docker pull denvazh/ruby