Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 863 Bytes

README.md

File metadata and controls

27 lines (12 loc) · 863 Bytes

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