Fixing LxcConf example in docker_remote_api_v1.4.rst

Upstream-commit: 102522bcd1e87730394665c5a78f8e8bbcc50b7e
Component: engine
This commit is contained in:
getvictor
2013-09-13 14:10:05 -05:00
parent 40a7f3c469
commit 262f4e57a2

View File

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