Merge pull request #613 from RobDolinMS/patch-13

[Config Linux] Consistent size values in example
This commit is contained in:
Michael Crosby 2016-11-10 09:34:46 -08:00 committed by GitHub
commit c9a95ed809
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
]
```