Fix whitespace

This commit is contained in:
Daniel Nelson 2019-10-15 12:13:29 -07:00
parent 4a710d2b2c
commit ac7f6efc80
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ Refer to the docker [plugin documentation](https://github.com/influxdata/telegra
### Install Additional Packages
Some plugins require additional packages to be installed. For example, the `ntpq` plugin requires `ntpq` command. It is recommended to create a custom derivative image to install any needed commands.
Some plugins require additional packages to be installed. For example, the `ntpq` plugin requires `ntpq` command. It is recommended to create a custom derivative image to install any needed commands.
As an example this Dockerfile add the `mtr-tiny` image to the stock image and save it as `telegraf-mtr.docker`: