Browse code

Fixing LxcConf example in docker_remote_api_v1.4.rst

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