Merge pull request #189 from vishh/readme

Update Readme.md with instructions to run on RHEL 6 and CENTOS
This commit is contained in:
Victor Marmol 2014-08-25 15:40:44 -03:00
commit 0c0af934c8

View File

@ -23,6 +23,8 @@ sudo docker run \
cAdvisor is now running (in the background) on `http://localhost:8080`. The setup includes directories with Docker state cAdvisor needs to observe.
**Note**: On CentOS and RHEL 6, run cadvisor with an additional option ```--volume=/cgroup:/cgroup \```
If you want to build your own cAdvisor Docker image, take a look at the Dockerfile which can build a cAdvisor docker container under `quickstart/Dockerfile`.
#### Using [InfluxDB](http://influxdb.com) as backend storage