File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ FROM dannyben/alpine-ruby
2+
3+ ENV PS1 "\n\n >> completely \W \$ "
4+ WORKDIR /app
5+
6+ RUN gem install completely --version 0.4.3
7+
8+ ENTRYPOINT ["completely" ]
Original file line number Diff line number Diff line change @@ -32,7 +32,13 @@ or with homebrew:
3232``` bash
3333$ brew install brew-gem
3434$ brew gem install completely
35- ````
35+ ```
36+
37+ oe with Docker:
38+
39+ ``` bash
40+ alias completely=' docker run --rm -it --user $(id -u):$(id -g) --volume "$PWD:/app" dannyben/completely'
41+ ```
3642
3743## Using the ` completely ` command line
3844
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ version Completely::VERSION
99
1010RunfileTasks::RubyGems.all 'completely'
1111RunfileTasks::Testing.rspec
12+ RunfileTasks::Docker.all 'dannyben/completely', Completely::VERSION
1213
1314help "Run interactive console"
1415action :console, :c do
You can’t perform that action at this time.
0 commit comments