From: SuperQ Date: Mon, 28 Nov 2022 08:43:22 +0000 (+0100) Subject: Update Docker run docs X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=00009731cf9d262106105c4005eaff58615ecc7b;p=blackbox_exporter.git Update Docker run docs * Remove `-d` so it's easier to see errors interactively. * Use `latest` tag to make sure users use the release by default. * Recommend quay.io repo by default. Signed-off-by: SuperQ --- diff --git a/README.md b/README.md index b70d505..128bddf 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,11 @@ Then: *Note: You may want to [enable ipv6 in your docker configuration](https://docs.docker.com/v17.09/engine/userguide/networking/default_network/ipv6/)* - docker run --rm -d -p 9115:9115 --name blackbox_exporter -v `pwd`:/config prom/blackbox-exporter:master --config.file=/config/blackbox.yml + docker run --rm \ + -p 9115/tcp \ + --name blackbox_exporter \ + -v $(pwd):/config \ + quay.io/prometheus/blackbox-exporter:latest --config.file=/config/blackbox.yml ### Checking the results