Merge pull request #737 from rjnagal/docker

Add link to docker-compose config to bring up cadvisor-influxdb-grafana stack
This commit is contained in:
Victor Marmol 2015-05-26 09:15:38 -07:00
commit f98cf886a4

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).