From bae13a612407b8a5afb2c9fbdb99d5aa6d135c2c Mon Sep 17 00:00:00 2001 From: Christoph Petrausch Date: Fri, 15 Jun 2018 12:03:22 +0200 Subject: [PATCH] Added public docker image --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index a2fd887..985fb68 100644 --- a/Readme.md +++ b/Readme.md @@ -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