From 50410e3cf03f984039dbc701cbc973718d485998 Mon Sep 17 00:00:00 2001 From: Sander Saares Date: Tue, 24 Dec 2019 09:06:27 +0200 Subject: [PATCH] Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81e0475..ea6213f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This app exports metrics about a Docker installation and any running containers Given a Docker installation with default configuration (listening on Unix pipe): -1. Execute `docker run --name docker_exporter --detach --restart always --volume "/var/run/docker.sock":"/var/run/docker.sock" --publish 9417:9417 prometheusnet/docker_exporter` to start the exporter as a Docker container. +1. Start the exporter by executing `docker run --name docker_exporter --detach --restart always --volume "/var/run/docker.sock":"/var/run/docker.sock" --publish 9417:9417 prometheusnet/docker_exporter` 1. Navigate to http://hostname:9417/metrics to explore the available metrics. 1. Register `hostname:9417` in your Prometheus configuration as a scrape target.