Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 222 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 222 Bytes

Docker Rails

This is still a work in progress

What do you get

  • Ubuntu
  • RVM w/ Ruby 2.0.0-p247

How to build this container locally

sudo docker build -t="rails" .
sudo docker run -i -t rails /bin/bash