Last active
December 30, 2015 18:18
-
-
Save juniorz/7866196 to your computer and use it in GitHub Desktop.
Ruby IRB 2.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------------------------------------------------- | |
# $ 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