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