aboutsummaryrefslogtreecommitdiff
path: root/Readme.textile
diff options
context:
space:
mode:
authorNat Lasseter <Nat Lasseter nathan@bytemark.co.uk>2019-01-09 14:25:47 +0000
committerNat Lasseter <Nat Lasseter nathan@bytemark.co.uk>2019-01-09 14:25:47 +0000
commitb4119d5372366ce817f063c279fa5a7b64f47fca (patch)
treef00a30273b0376104fe062b3ff4b867549e847c0 /Readme.textile
parentcf3d1823bfa1aa91b36385b07617486b634e46cc (diff)
Rename Readme
Diffstat (limited to 'Readme.textile')
-rw-r--r--Readme.textile41
1 files changed, 41 insertions, 0 deletions
diff --git a/Readme.textile b/Readme.textile
new file mode 100644
index 0000000..b2aa905
--- /dev/null
+++ b/Readme.textile
@@ -0,0 +1,41 @@
+h1. DRuM: The Docker Ruby Manager
+
+p. This is a TERRIBLE alternative to RVM, that uses docker, because why not.
+
+h2. Use
+
+bc.. cd test
+drum bass
+drum stick sinatra
+drum kick
+drum snare
+drum roll -- -p4567:4567
+
+h2. Bass Drums
+
+p. Just a ruby image of some form. By default, ruby:alpine.
+
+bc.. drum bass
+drum bass slim
+drum bass jruby:
+drum bass ruby:2.6
+
+h2. Kick Drums, and Drum Sticks
+
+p. Drum Sticks are DRuM's built in gem manager. (I should really just use bundler.) A Kick Drum is a Bass Drum with the Drum Sticks installed.
+
+bc.. drum stick sinatra
+drum kick
+
+h2. Snare Drums
+
+p. A Snare Drum is a Kick Drum with your application installed.
+
+bc. drum snare
+
+h2. Drum Rolls
+
+p. This runs the container.
+
+bc.. drum roll
+drum roll -- -p 4567:4567