Skip to content
Snippets Groups Projects
Commit 16d6011c authored by rdxmb's avatar rdxmb Committed by Daniel Nelson
Browse files

Fix docker image name in docs (#3193)

parent f43af727
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment