Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 454 Bytes

File metadata and controls

21 lines (13 loc) · 454 Bytes

docker-ruby

This repository contains the Dockerfile for Lita.io's public Ruby image: litaio/ruby

Usage

This image has no default command, so it must be specified when running a container. For an interactive Bash shell:

docker run -it litaio/ruby bash

For an interactive Ruby REPL:

docker run -it litaio/ruby irb

License

MIT