Merge pull request #721 from rjnagal/docker

Add a link to the 'docker monitoring' example.
This commit is contained in:
Victor Marmol 2015-05-20 11:35:15 -06:00
commit f59fce7e28

View File

@ -22,3 +22,7 @@ Specify what InfluxDB instance to push data to:
# Use secure connection with database. False by default
-storage_driver_secure
```
# 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.