Переглянути джерело

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"],
                 "Binds":["/tmp:/tmp"],
-                "LxcConf":{"lxc.utsname":"docker"}
+                "LxcConf":[{"Key":"lxc.utsname","Value":"docker"}]
            }
            }
 
 
         **Example response**:
         **Example response**: