Skip to content

Instantly share code, notes, and snippets.

@juniorz
Last active December 30, 2015 18:18
Show Gist options
  • Save juniorz/7866196 to your computer and use it in GitHub Desktop.
Save juniorz/7866196 to your computer and use it in GitHub Desktop.
Ruby IRB 2.0
# -------------------------------------------------------------------
# $ docker build -t garage-env/irb20 git://gist.github.com/7866196.git
# -------------------------------------------------------------------
# $ docker run -i -v `pwd`:/garage -t garage-env/irb20
# -------------------------------------------------------------------
FROM garage-env/ruby20-base
MAINTAINER Reinaldo Junior <[email protected]>
USER garage
CMD ["-I", "/garage"]
ENTRYPOINT ["/usr/bin/irb"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment