From e6df1ebb2fc5f76d3278094e6be8d7de704ae8ac Mon Sep 17 00:00:00 2001 From: Vish Kannan Date: Wed, 20 Aug 2014 14:31:19 -0700 Subject: [PATCH] Update Readme.md with instructions to run on RHEL 6 and CENTOS --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 224b9046..6552d781 100644 --- a/README.md +++ b/README.md @@ -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