[Config Linux] Consistent size values in example
Matches the example in config.md Signed-off-by: Rob Dolin <robdolin@microsoft.com>
This commit is contained in:
parent
f815650e67
commit
675a67dc17
|
@ -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
|
||||
}
|
||||
]
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue