Skip to content

Commit

Permalink
doc: add docker run reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hughmp committed Aug 30, 2017
1 parent 0833084 commit 0bfe025
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,16 @@ Alternatively, you can download the source code and compile it by hand. The Go p
- Download Postmanerator using go get: `go get github.com/aubm/postmanerator`
- Finally, generate the binary with `go install`

There is also a community maintained docker image available, simply run:

```
docker run \
-v [YOUR-PROJECT-PATH]:/usr/var \
hughmp/postmanerator:latest \
-collection /usr/var/[YOUR-COLLECTION.JSON] \
-output /usr/var/[YOUR-HTML.html]
```

## Contributing

Contributions are welcome. Please refer to the [contributions guidelines](CONTRIBUTING.md) for more information.
Expand Down

0 comments on commit 0bfe025

Please sign in to comment.