You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
20210823 Telegraf - experimental branch - PR 3 of 3
1. Implements self-repair functionality by adding `Dockerfile` and
`entrypoint.sh` to the Telegraf template.
2. Removes `telegraf.conf` from Telegraf template. The default
configuration file is now the one supplied with the container
downloaded from DockerHub. In other words, it will always be kept
up-to-date by the container's maintainers.
3. Alters service definition to:
* use a persistent storage area in `./volumes/telegraf`
* remove the old `./services/telegraf/telegraf.conf` file mapping
* add explicit mappings for all exposed ports.
Note:
* I made no attempt to follow-up with changes to either `build.js` or
`config.js`.
0 commit comments