From 65487578f6954744800ee41920a59381551a3a4d Mon Sep 17 00:00:00 2001 From: Florianisme Date: Sun, 16 Feb 2025 20:53:48 +0100 Subject: [PATCH] Update Image version in examples Signed-off-by: Florianisme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7046f947..8614341a 100644 --- a/README.md +++ b/README.md @@ -19,18 +19,18 @@ make 1. Pull Docker container using a specific version: ```bash -docker pull prometheuscommunity/bind-exporter:v0.3.0 +docker pull prometheuscommunity/bind-exporter:v0.8.0 ``` 2. Run in a Docker container (as daemon), use `--network host` when communicating with `named` via `localhost`: ```bash -docker run -d --network host prometheuscommunity/bind-exporter:v0.3.0 +docker run -d --network host prometheuscommunity/bind-exporter:v0.8.0 ``` ### Examples Run `bind_exporter` in a Docker container and communicate with `named` on non-default statistics URL: ```bash -docker run -d prometheuscommunity/bind-exporter:v0.3.0 --bind.stats-url http://:8053 +docker run -d prometheuscommunity/bind-exporter:v0.8.0 --bind.stats-url http://:8053 ``` ## TLS and basic authentication