Is your feature request related to a problem? Please describe.
It's nice that there is support for docker volumes now but since agents need docker socket access for this, we are a step away from being able to configure the agent with docker labels.
This way the whole config for the container lives with the compose file for it. And services like Traefik, Flame, etc., generate the config based on its labels.
Describe the solution you'd like
Instead of a JSON config file, I'd like to be able to define the settings as docker labels for a container.
Is your feature request related to a problem? Please describe.
It's nice that there is support for docker volumes now but since agents need docker socket access for this, we are a step away from being able to configure the agent with docker labels.
This way the whole config for the container lives with the compose file for it. And services like Traefik, Flame, etc., generate the config based on its labels.
Describe the solution you'd like
Instead of a JSON config file, I'd like to be able to define the settings as docker labels for a container.