mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-05-15 04:56:52 +00:00
Added public docker image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user