Merge pull request #12349 from calavera/patch-1

Fix JSON format in the remote api configuration examples.
Upstream-commit: 24df333fa555bc3768bf6509f06e306bf11b835f
Component: engine
This commit is contained in:
Jessie Frazelle
2015-04-13 16:59:12 -07:00

View File

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