Telegraf configuration from the database level?

I have ephemeral Docker containers and I want to be able to easily scale the Telegraf configuration. Right now, I edit the config file in the base image and pull/push it back each time. Is there a way to do this more automatically?

I know some people are using confd with success.