Commit 067b510dfc5b90a1d7712c89e857b6dafb184f24 move the sysctls feature to the right API version, but missed this one. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@@ -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
+ "Sysctls": { "net.ipv4.ip_forward": "1" },