ruby

Ruby Dockerfile for trusted automated Docker builds.

24
22
24
Shell
public

Ruby Dockerfile

This repository contains Dockerfile of Ruby for Docker’s automated build published to the public Docker Hub Registry.

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull dockerfile/ruby

    (alternatively, you can build an image from Dockerfile: docker build -t="dockerfile/ruby" github.com/dockerfile/ruby)

Usage

docker run -it --rm dockerfile/ruby

Run ruby

docker run -it --rm dockerfile/ruby ruby
v0.3.3[beta]