Added public docker image

This commit is contained in:
Christoph Petrausch
2018-06-15 12:03:22 +02:00
parent 4579857f57
commit bae13a6124

View File

@@ -37,6 +37,14 @@ make build
### Docker
#### Use Public Image
To start the public available image run:
```bash
docker run -it -v "$(pwd)/config.yaml:/config.yaml" -p 8002:8002 hikhvar/mqtt2prometheus:latest
```
#### Build The Image locally
To build a docker container with the mqtt2prometheus exporter included run:
```bash