mirror of
https://github.com/moby/moby.git
synced 2026-08-04 15:11:00 +00:00
Move sysctls to correct API version
Commit067b510dfcmove the sysctls feature to the right API version, but missed this one. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit7cdd693d5d) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -200,7 +200,6 @@ Create a container
|
||||
"RestartPolicy": { "Name": "", "MaximumRetryCount": 0 },
|
||||
"NetworkMode": "bridge",
|
||||
"Devices": [],
|
||||
"Sysctls": { "net.ipv4.ip_forward": "1" },
|
||||
"Ulimits": [{}],
|
||||
"LogConfig": { "Type": "json-file", "Config": {} },
|
||||
"SecurityOpt": [],
|
||||
|
||||
@@ -327,6 +327,7 @@ Create a container
|
||||
"RestartPolicy": { "Name": "", "MaximumRetryCount": 0 },
|
||||
"NetworkMode": "bridge",
|
||||
"Devices": [],
|
||||
"Sysctls": { "net.ipv4.ip_forward": "1" },
|
||||
"Ulimits": [{}],
|
||||
"LogConfig": { "Type": "json-file", "Config": {} },
|
||||
"SecurityOpt": [],
|
||||
|
||||
Reference in New Issue
Block a user