Skip to content

Commit

Permalink
Merge pull request #613 from RobDolinMS/patch-13
Browse files Browse the repository at this point in the history
[Config Linux] Consistent size values in example
  • Loading branch information
crosbymichael authored Nov 10, 2016
2 parents f815650 + 675a67d commit c9a95ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
```
Expand Down

0 comments on commit c9a95ed

Please sign in to comment.