diff --git a/config.md b/config.md index bb8c9a8e4..53e88c23e 100644 --- a/config.md +++ b/config.md @@ -286,20 +286,6 @@ Here is a full example `config.json` for reference. 6 ] }, - "uidMappings": [ - { - "hostID": 1000, - "containerID": 0, - "size": 32000 - } - ], - "gidMappings": [ - { - "hostID": 1000, - "containerID": 0, - "size": 32000 - } - ], "args": [ "sh" ], @@ -463,6 +449,20 @@ Here is a full example `config.json` for reference. "gid": 0 } ], + "uidMappings": [ + { + "hostID": 1000, + "containerID": 0, + "size": 32000 + } + ], + "gidMappings": [ + { + "hostID": 1000, + "containerID": 0, + "size": 32000 + } + ], "sysctl": { "net.ipv4.ip_forward": "1", "net.core.somaxconn": "256"