Fix cAdvisor capitalization

This commit is contained in:
Victor Marmol 2014-08-25 11:42:45 -07:00
parent 0c0af934c8
commit 6cd8789c2a

View File

@ -23,7 +23,7 @@ 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 \```
**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`.