Hi, just to preface this with the fact that I am a completely new to docker and docker desktop.
I have successfully got a HiveMQ and InfluxDB containers running in docker desktop and I would like to add Telegraf, I made a pull on the latest but when I try to run the container I get the following errors.
2024-11-04 19:00:22 2024-11-04T19:00:22Z I! Loading config: /etc/telegraf/telegraf.conf
2024-11-04 19:00:22 2024-11-04T19:00:22Z E! [telegraf] Error running agent: no outputs found, probably invalid config file provided
So as I stated I am new with docker and I can not work out how to specify a config file before the container is even running.
Any help appreciated.