Skip to content

Commit

Permalink
[Config Linux] Consistent size values in example
Browse files Browse the repository at this point in the history
Matches the example in config.md

Signed-off-by: Rob Dolin <robdolin@microsoft.com>
  • Loading branch information
RobDolinMS authored Nov 8, 2016
1 parent f815650 commit 675a67d
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 675a67d

Please sign in to comment.