denvazh/ruby

By denvazh

Updated over 9 years ago

Lightweight Ruby docker image

Image
0

790

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.

Base Docker Image
Tags
  • latest (default): Ruby 2.1.5p273 which is an alias to 2.1.5p273
  • 2.1.5p273: Ruby 2.1.5p273
Installation
  1. Install Docker

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

docker pull denvazh/ruby