From 7f71b10080529979ae17ef7d42017ae326351581 Mon Sep 17 00:00:00 2001 From: rdxmb <30314040+rdxmb@users.noreply.github.com> Date: Tue, 5 Sep 2017 20:44:51 +0200 Subject: [PATCH] Fix docker image name in docs (#3193) --- plugins/inputs/system/DISK_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/system/DISK_README.md b/plugins/inputs/system/DISK_README.md index 30e54f29c..bbb78961d 100644 --- a/plugins/inputs/system/DISK_README.md +++ b/plugins/inputs/system/DISK_README.md @@ -22,7 +22,7 @@ The prefix is stripped from the reported `path` in the measurement. This settings is useful when running `telegraf` inside a docker container to report host machine metrics. In this case, the host's root volume should be mounted into the container and the `HOST_MOUNT_PREFIX` and `HOST_ETC` environment variables set. -`docker run -v /:/hostfs:ro -e HOST_MOUNT_PREFIX=/hostfs -e HOST_ETC=/hostfs/etc telegraf-docker` +`docker run -v /:/hostfs:ro -e HOST_MOUNT_PREFIX=/hostfs -e HOST_ETC=/hostfs/etc telegraf` ### Measurements & Fields: