Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ It lets you use Ruby Tools without the need to install ruby on your machine.

Usage via file system:

`docker run -v $(pwd):/work -ti docker-gems/danger`
`docker run -v $(pwd):/work -ti rubygem/danger`

Usage via Pipe:

`echo "test" | docker run -ti docker-gems/danger`
`echo "test" | docker run -ti rubygem/danger`

It depends on your specific use case how your want to use it.

Expand All @@ -31,7 +31,7 @@ For extension, it could be used as base image.

So instead of struggeling with the installation of a gem, just write

`FROM docker-gems/danger`
`FROM rubygem/danger`

Then add the customization.

Expand Down