Browse code

Fixed LxcConf example for docker_remote_api_v1.5.rst

Based on how command line docker sends the request.

getvictor authored on 2013/09/14 04:09:05
Showing 1 changed files
... ...
@@ -358,7 +358,7 @@ Start a container
358 358
 
359 359
            {
360 360
                 "Binds":["/tmp:/tmp"],
361
-                "LxcConf":{"lxc.utsname":"docker"}
361
+                "LxcConf":[{"Key":"lxc.utsname","Value":"docker"}]
362 362
            }
363 363
 
364 364
         **Example response**: