浏览代码

Fix JSON format in the remote api configuration examples.

Signed-off-by: David Calavera <david.calavera@gmail.com>
David Calavera 10 年之前
父节点
当前提交
d71c929d08
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/sources/reference/api/docker_remote_api_v1.19.md

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