Skip to content

Commit 099452a

Browse files
committed
Add docker info to readme
1 parent 8b3b1dc commit 099452a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ gearman-exporter
44
Export [gearman](http://gearman.org/) metrics in [Prometheus](https://prometheus.io/) format.
55

66
[![Build Status](https://img.shields.io/travis/bakins/gearman-exporter/master.svg)](https://travis-ci.org/bakins/gearman-exporter)
7+
[![Docker Image](https://img.shields.io/docker/pulls/gearmanexporter/gearman-exporter.svg)](https://hub.docker.com/r/gearmanexporter/gearman-exporter)
78

89

910
Usage
@@ -28,6 +29,14 @@ Flags:
2829

2930
When running, a simple healthcheck is availible on `/healthz`
3031

32+
Docker
33+
------
34+
35+
A docker image is published from the Travis build to [Docker Hub](https://hub.docker.com/r/gearmanexporter/gearman-exporter).
36+
```
37+
docker run -p9418:9418 gearmanexporter/gearman-exporter --addr 0.0.0.0:9418
38+
```
39+
3140
Metrics
3241
-------
3342

0 commit comments

Comments
 (0)