Sign inSign up

frodenas/ruby

By frodenas

Updated over 9 years ago

A Docker Image for Ruby

Image
0

719

frodenas/ruby repository overview

Ruby Dockerfile

A Dockerfile that produces a Docker Image for Ruby.

Ruby version

The master branch currently hosts Ruby 2.1.

Different versions of Ruby are located at the github repo branches.

Usage

Build the image

To create the image frodenas/ruby, execute the following command on the docker-ruby folder:

$ docker build -t frodenas/ruby .
Run the image

To run the image:

$ docker run -ti --rm --name ruby  frodenas/ruby

Copyright (c) 2014 Ferran Rodenas. See LICENSE for details.

Tag summary

Content type

Image

Digest

sha256:80580b736

Size

199.8 MB

Last updated

over 9 years ago

docker pull frodenas/ruby