Add link to docker-compose config for bringing up cadvisor-influxdb-grafana together.

This commit is contained in:
Rohit Jnagal 2015-05-26 05:44:12 +00:00
parent 49bc7e4dce
commit adbff14704

View File

@ -25,4 +25,4 @@ Specify what InfluxDB instance to push data to:
# Examples
[Brian Christner](https://www.brianchristner.io) wrote a detailed post on [setting up Docker monitoring](https://www.brianchristner.io/how-to-setup-docker-monitoring) with cAdvisor and Influxdb.
[Brian Christner](https://www.brianchristner.io) wrote a detailed post on [setting up Docker monitoring](https://www.brianchristner.io/how-to-setup-docker-monitoring) with cAdvisor and Influxdb. A docker compose configuration for setting up cadvisor-influxdb-grafana can be found [here](https://github.com/dalekurt/docker-monitoring/blob/master/docker-compose.yml).