DannyBen / docker-alpine-ruby

Minimal Ruby docker image with native extensions support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Alpine Ruby Image

This is the smallest possible Ruby docker image, with ability to build native extension gems.

This image is available in several alpine and ruby versions. See available tags.

# Start bash
$ docker run -it --rm dannyben/alpine-ruby

# Start IRB
$ docker run -it --rm dannyben/alpine-ruby irb

# Show gem environment
$ docker run --rm dannyben/alpine-ruby gem env

About

Minimal Ruby docker image with native extensions support


Languages

Language:Dockerfile 100.0%