Merge pull request #12349 from calavera/patch-1

Fix JSON format in the remote api configuration examples.
This commit is contained in:
Jessie Frazelle 2015-04-13 16:59:12 -07:00
commit 24df333fa5
1 changed files with 3 additions and 3 deletions

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": ""
}