Skip to content

Commit 675a67d

Browse files
authored
[Config Linux] Consistent size values in example
Matches the example in config.md Signed-off-by: Rob Dolin <[email protected]>
1 parent f815650 commit 675a67d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ There is a limit of 5 mappings which is the Linux kernel hard limit.
9393
{
9494
"hostID": 1000,
9595
"containerID": 0,
96-
"size": 10
96+
"size": 32000
9797
}
9898
],
9999
"gidMappings": [
100100
{
101101
"hostID": 1000,
102102
"containerID": 0,
103-
"size": 10
103+
"size": 32000
104104
}
105105
]
106106
```

0 commit comments

Comments
 (0)