This repository contains Dockerfile of Ruby for Docker's automated build published to the public Docker Hub Registry.
-
Install Docker.
-
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
)
docker run -it --rm dockerfile/ruby
docker run -it --rm dockerfile/ruby ruby