Ver Fonte

Fixed LxcConf example for docker_remote_api_v1.5.rst

Based on how command line docker sends the request.
getvictor há 11 anos atrás
pai
commit
b3cbf424ec
1 ficheiros alterados com 1 adições e 1 exclusões
  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**: