浏览代码

Fixed LxcConf example for docker_remote_api_v1.5.rst

Based on how command line docker sends the request.
getvictor 11 年之前
父节点
当前提交
b3cbf424ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/api/docker_remote_api_v1.5.rst

+ 1 - 1
docs/sources/api/docker_remote_api_v1.5.rst

@@ -358,7 +358,7 @@ Start a container
 
            {
                 "Binds":["/tmp:/tmp"],
-                "LxcConf":{"lxc.utsname":"docker"}
+                "LxcConf":[{"Key":"lxc.utsname","Value":"docker"}]
            }
 
         **Example response**: