Skip to content

Commit

Permalink
Add Docker instructions to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
sdurrheimer committed Jul 8, 2015
1 parent 35ceb09 commit 4d34076
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,14 @@ Help on flags:
./nginx_exporter --help
```

# Getting Started
## Getting Started
* All of the core developers are accessible via the [Prometheus Developers Mailinglist](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers).

## Using Docker

```
docker pull fish/nginx-exporter
docker run -d -p 9113:9113 fish/nginx-exporter \
-nginx.scrape_uri=http:https://172.17.42.1/nginx_status
```

0 comments on commit 4d34076

Please sign in to comment.