From da49d3a74c6cddfc6d24019540a7afed6336f8b8 Mon Sep 17 00:00:00 2001 From: CuiHaozhi Date: Thu, 4 May 2017 06:50:22 -0400 Subject: [PATCH] update manpages for `runc update` Signed-off-by: CuiHaozhi --- man/runc-update.8.md | 1 + 1 file changed, 1 insertion(+) diff --git a/man/runc-update.8.md b/man/runc-update.8.md index 7f9c6465..d4f19dbf 100644 --- a/man/runc-update.8.md +++ b/man/runc-update.8.md @@ -48,3 +48,4 @@ other options are ignored. --memory value Memory limit (in bytes) --memory-reservation value Memory reservation or soft_limit (in bytes) --memory-swap value Total memory usage (memory + swap); set '-1' to enable unlimited swap + --pids-limit value Maximum number of pids allowed in the container (default: 0)