New release process using docker, circleci and a centralized
building tool
This commit is contained in:
parent
7c97b784d6
commit
158200fd49
9 changed files with 158 additions and 26 deletions
13
README.md
13
README.md
|
|
@ -1,6 +1,9 @@
|
|||
# Node exporter
|
||||
# Node exporter [][travis]
|
||||
|
||||
[](https://travis-ci.org/prometheus/node_exporter)
|
||||
[][circleci]
|
||||
[][imagelayers]
|
||||
[][hub]
|
||||
[][hub]
|
||||
|
||||
Prometheus exporter for machine metrics, written in Go with pluggable metric
|
||||
collectors.
|
||||
|
|
@ -99,3 +102,9 @@ docker pull prom/node-exporter
|
|||
|
||||
docker run -d -p 9100:9100 --net="host" prom/node-exporter
|
||||
```
|
||||
|
||||
|
||||
[travis]: https://travis-ci.org/prometheus/node_exporter
|
||||
[hub]: https://hub.docker.com/r/prom/node-exporter/
|
||||
[circleci]: https://circleci.com/gh/prometheus/node_exporter
|
||||
[imagelayers]: https://imagelayers.io/?images=prom/node-exporter:master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue