From 675a67dc1748afa23eb15546f82ef4041505b28b Mon Sep 17 00:00:00 2001 From: "Rob Dolin (MSFT)" Date: Tue, 8 Nov 2016 13:44:16 -0800 Subject: [PATCH] [Config Linux] Consistent size values in example Matches the example in config.md Signed-off-by: Rob Dolin --- config-linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-linux.md b/config-linux.md index 469b36773..4751b3e90 100644 --- a/config-linux.md +++ b/config-linux.md @@ -93,14 +93,14 @@ There is a limit of 5 mappings which is the Linux kernel hard limit. { "hostID": 1000, "containerID": 0, - "size": 10 + "size": 32000 } ], "gidMappings": [ { "hostID": 1000, "containerID": 0, - "size": 10 + "size": 32000 } ] ```