|
@@ -161,7 +161,7 @@ Create a container
|
|
"NetworkMode": "bridge",
|
|
"NetworkMode": "bridge",
|
|
"Devices": [],
|
|
"Devices": [],
|
|
"Ulimits": [{}],
|
|
"Ulimits": [{}],
|
|
- "LogConfig": { "Type": "json-file", Config: {} },
|
|
|
|
|
|
+ "LogConfig": { "Type": "json-file", "Config": {} },
|
|
"SecurityOpt": [""],
|
|
"SecurityOpt": [""],
|
|
"CgroupParent": ""
|
|
"CgroupParent": ""
|
|
}
|
|
}
|
|
@@ -359,7 +359,7 @@ Return low-level information on the container `id`
|
|
"MaximumRetryCount": 2,
|
|
"MaximumRetryCount": 2,
|
|
"Name": "on-failure"
|
|
"Name": "on-failure"
|
|
},
|
|
},
|
|
- "LogConfig": { "Type": "json-file", Config: {} },
|
|
|
|
|
|
+ "LogConfig": { "Type": "json-file", "Config": {} },
|
|
"SecurityOpt": null,
|
|
"SecurityOpt": null,
|
|
"VolumesFrom": null,
|
|
"VolumesFrom": null,
|
|
"Ulimits": [{}]
|
|
"Ulimits": [{}]
|
|
@@ -698,7 +698,7 @@ Start the container `id`
|
|
"NetworkMode": "bridge",
|
|
"NetworkMode": "bridge",
|
|
"Devices": [],
|
|
"Devices": [],
|
|
"Ulimits": [{}],
|
|
"Ulimits": [{}],
|
|
- "LogConfig": { "Type": "json-file", Config: {} },
|
|
|
|
|
|
+ "LogConfig": { "Type": "json-file", "Config": {} },
|
|
"SecurityOpt": [""],
|
|
"SecurityOpt": [""],
|
|
"CgroupParent": ""
|
|
"CgroupParent": ""
|
|
}
|
|
}
|