mirror of https://github.com/docker/docs.git
Fixed LxcConf example for docker_remote_api_v1.5.rst
Based on how command line docker sends the request.
This commit is contained in:
parent
33972627b7
commit
b3cbf424ec
|
@ -358,7 +358,7 @@ Start a container
|
|||
|
||||
{
|
||||
"Binds":["/tmp:/tmp"],
|
||||
"LxcConf":{"lxc.utsname":"docker"}
|
||||
"LxcConf":[{"Key":"lxc.utsname","Value":"docker"}]
|
||||
}
|
||||
|
||||
**Example response**:
|
||||
|
|
Loading…
Reference in New Issue