From 491b701c9130f280929be563ec0a30babb57c6b6 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Tue, 7 Mar 2017 06:36:00 +0800 Subject: [PATCH] update to be retained change "retain" to "to be retained". --- docs/admin/garbage-collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/garbage-collection.md b/docs/admin/garbage-collection.md index ffd8ed132a..ece46c7e07 100644 --- a/docs/admin/garbage-collection.md +++ b/docs/admin/garbage-collection.md @@ -43,7 +43,7 @@ We also allow users to customize garbage collection policy through the following 1. `minimum-container-ttl-duration`, minimum age for a finished container before it is garbage collected. Default is 0 minute, which means every finished container will be garbaged collected. -2. `maximum-dead-containers-per-container`, maximum number of old instances to retain +2. `maximum-dead-containers-per-container`, maximum number of old instances to be retained per container. Default is 1. 3. `maximum-dead-containers`, maximum number of old instances of containers to retain globally. Default is -1, which means there is no global limit.