aboutsummaryrefslogtreecommitdiff
path: root/Readme.textile
blob: b2aa905ed5eccb0e50e746b4b5137b5831ed43d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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