Skip to content

Commit 81cb638

Browse files
committed
docs/Telegraf: prune duplicate links to DockerHub
1 parent a3b683a commit 81cb638

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/Containers/Telegraf.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ Everything in the persistent storage area ❼:
5555

5656
## How Telegraf gets built for IOTstack { #howTelegrafIOTstackGetsBuilt }
5757

58-
### Telegraf images ([*DockerHub*](https://hub.docker.com)) { #dockerHubImages }
59-
60-
Periodically, the source code is recompiled and the resulting image is pushed to [influxdata Telegraf](https://hub.docker.com/_/telegraf?tab=tags&page=1&ordering=last_updated) on *DockerHub*.
61-
6258
### IOTstack menu { #iotstackMenu }
6359

6460
When you select Telegraf in the IOTstack menu, the *template service definition* is copied into the *Compose* file.
@@ -101,7 +97,7 @@ FROM telegraf:latest
10197

10298
> If you need to pin to a particular version of Telegraf, the *Dockerfile* is the place to do it. See [Telegraf version pinning](#versionPinning).
10399
104-
The `FROM` statement tells the build process to pull down the ***base image*** from [*DockerHub*](https://hub.docker.com).
100+
The `FROM` statement tells the build process to pull down the ***base image*** from [*DockerHub*](https://hub.docker.com/_/telegraf?tab=tags&page=1&ordering=last_updated&name=latest).
105101

106102
> It is a ***base*** image in the sense that it never actually runs as a container on your Raspberry Pi.
107103

0 commit comments

Comments
 (0)