Merge pull request #1595 from matcornic/patch-2

doc: add default value for storage_duration option
This commit is contained in:
David Ashpole 2017-04-20 09:51:11 -07:00 committed by GitHub
commit 0073fcb9c7

View File

@ -7,7 +7,7 @@ This document describes a set of runtime flags available in cAdvisor.
cAdvisor stores the latest historical data in memory. How long of a history it stores can be configured with the `--storage_duration` flag.
```
--storage_duration: How long to store data.
--storage_duration=2m0s: How long to store data.
```
## Housekeeping