A Ruby container image built from AlpineLinux. More specifically 'alpine:3.4'.
- ruby (2.3.1p112 - 2016-04-26 revision 54768)
- gem (2.6.7)
- bundler (1.13.6)
This repository contains a Dockerfile that leverages AlpineLinux to build a lightweight Ruby image to use further as a base image. This is an automated build published to the public Docker Hub Registry.
-
Install Docker.
-
Download patelify/ruby from the public Docker Hub Registry:
docker pull patelify/ruby
docker run -it --rm patelify/ruby
or if you're feeling adventureous
docker run -it -rm patelify/ruby /bin/bash