Fix JSON format in the remote api configuration examples.

Signed-off-by: David Calavera <david.calavera@gmail.com>
Upstream-commit: d71c929d081c2fb7c33b36ae5db40014163f9b6c
Component: engine
This commit is contained in:
David Calavera
2015-04-13 16:12:00 -07:00
parent e41b731dd5
commit b524d0385e
@@ -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": ""
}