Skip to content

Commit c9a95ed

Browse files
Merge pull request #613 from RobDolinMS/patch-13
[Config Linux] Consistent size values in example
2 parents f815650 + 675a67d commit c9a95ed

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)