Skip to content

Commit

Permalink
fix broken link: container_hints definition
Browse files Browse the repository at this point in the history
  • Loading branch information
anandkumarpatel authored Nov 4, 2016
1 parent a726d13 commit ea7a389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/runtime_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Per-container housekeeping is run once on each container cAdvisor tracks. This t

## 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
Expand Down

0 comments on commit ea7a389

Please sign in to comment.