There is a issue when running cAdvisor and Influxdb on the same machine.
cAdvisor needs to know the address of the influxdb container, but it is only know after influxdb is deployed, and every time you need to run a docker inspect to get its ip address and then modify the docker-compose.yaml.tmpl file.