Skip to content

Commit

Permalink
Update Image version in examples
Browse files Browse the repository at this point in the history
Signed-off-by: Florianisme <[email protected]>
  • Loading branch information
Florianisme committed Feb 27, 2025
1 parent a002533 commit 6548757
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<IP/hostname>:8053
docker run -d prometheuscommunity/bind-exporter:v0.8.0 --bind.stats-url http://<IP/hostname>:8053
```

## TLS and basic authentication
Expand Down

0 comments on commit 6548757

Please sign in to comment.