Merge pull request #1528 from anandkumarpatel/patch-1

fix broken link: container_hints definition
This commit is contained in:
Tim St. Clair 2016-11-07 14:45:16 -08:00 committed by GitHub
commit d5ce22ba04

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