Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

litaio/docker-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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