Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds docker image usage to README.md #1

Merged
merged 1 commit into from
Jan 17, 2018
Merged
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
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,13 @@ changes on the Github UI and `unir` will take care of the rest!
```
make build
```

# Usage as a docker image!

Images are up on Docker Hub!

Usage is as follows:

```
docker run -d -e UNIR_WEBHOOK_SECRET -e UNIR_CLIENT_TOKEN -p 8080:8080 seemethere/unir:latest

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should you add -it to the command?
What about removing the extra line in the README?

In reviewing I did see that the image was there!

```