From d71c929d081c2fb7c33b36ae5db40014163f9b6c Mon Sep 17 00:00:00 2001 From: David Calavera Date: Mon, 13 Apr 2015 16:10:31 -0700 Subject: [PATCH] Fix JSON format in the remote api configuration examples. Signed-off-by: David Calavera --- docs/sources/reference/api/docker_remote_api_v1.19.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/reference/api/docker_remote_api_v1.19.md b/docs/sources/reference/api/docker_remote_api_v1.19.md index 0f63ec310f..524f77037f 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.19.md +++ b/docs/sources/reference/api/docker_remote_api_v1.19.md @@ -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": "" }