aboutsummaryrefslogtreecommitdiff
path: root/Readme.textile
diff options
context:
space:
mode:
authorNat Lasseter <Nat Lasseter nathan@bytemark.co.uk>2019-01-09 20:28:56 +0000
committerNat Lasseter <Nat Lasseter nathan@bytemark.co.uk>2019-01-09 20:28:56 +0000
commiteb1fd5b48fc4a86dd7c5080695ac10ad4842a3ed (patch)
tree3f1a6dbd2e057481b0898913ab1f31acf59a0baa /Readme.textile
parentb4119d5372366ce817f063c279fa5a7b64f47fca (diff)
Change test to example. Change drumsticks to bundler. Remove needless bits of "futureproofing" from drum
Diffstat (limited to 'Readme.textile')
-rw-r--r--Readme.textile22
1 files changed, 10 insertions, 12 deletions
diff --git a/Readme.textile b/Readme.textile
index b2aa905..da469eb 100644
--- a/Readme.textile
+++ b/Readme.textile
@@ -1,12 +1,11 @@
h1. DRuM: The Docker Ruby Manager
-p. This is a TERRIBLE alternative to RVM, that uses docker, because why not.
+p. This is a TERRIBLE alternative to RVM, that uses docker, because why not. You need to be root or have sudo or be in the docker group, because docker.
-h2. Use
+h2. Example
bc.. cd test
drum bass
-drum stick sinatra
drum kick
drum snare
drum roll -- -p4567:4567
@@ -15,17 +14,16 @@ 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
+bc.. drum bass # ruby:alpine
+drum bass slim # Just a tag, ruby:slim
+drum bass jruby: # Just an image, jruby:latest
+drum bass ruby:2.6 # Image and tag, ruby:2.6
-h2. Kick Drums, and Drum Sticks
+h2. Kick Drums
-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.
+p. A Kick Drum is a Bass Drum with your gems installed.
-bc.. drum stick sinatra
-drum kick
+bc. drum kick
h2. Snare Drums
@@ -38,4 +36,4 @@ h2. Drum Rolls
p. This runs the container.
bc.. drum roll
-drum roll -- -p 4567:4567
+drum roll -- -p123:456