fix broken link: container_hints definition

This commit is contained in:
Anandkumar Patel 2016-11-03 23:46:07 -07:00 committed by GitHub
parent a726d13de8
commit ea7a38930c

View File

@ -40,7 +40,7 @@ Per-container housekeeping is run once on each container cAdvisor tracks. This t
## Container Hints ## Container Hints
Container hints are a way to pass extra information about a container to cAdvisor. In this way cAdvisor can augment the stats it gathers. For more information on the container hints format see its [definition](container/raw/container_hints.go). Note that container hints are only used by the raw container driver today. Container hints are a way to pass extra information about a container to cAdvisor. In this way cAdvisor can augment the stats it gathers. For more information on the container hints format see its [definition](../container/common/container_hints.go). Note that container hints are only used by the raw container driver today.
``` ```
--container_hints="/etc/cadvisor/container_hints.json": location of the container hints file --container_hints="/etc/cadvisor/container_hints.json": location of the container hints file