1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fixed LxcConf example for docker_remote_api_v1.5.rst

Based on how command line docker sends the request.
This commit is contained in:
getvictor 2013-09-13 14:09:05 -05:00
parent 33972627b7
commit b3cbf424ec

View file

@ -358,7 +358,7 @@ Start a container
{
"Binds":["/tmp:/tmp"],
"LxcConf":{"lxc.utsname":"docker"}
"LxcConf":[{"Key":"lxc.utsname","Value":"docker"}]
}
**Example response**: