mirror of https://github.com/docker/docs.git
Fixing LxcConf example in docker_remote_api_v1.4.rst
This commit is contained in:
parent
b3cbf424ec
commit
102522bcd1
|
@ -359,7 +359,7 @@ Start a container
|
||||||
|
|
||||||
{
|
{
|
||||||
"Binds":["/tmp:/tmp"],
|
"Binds":["/tmp:/tmp"],
|
||||||
"LxcConf":{"lxc.utsname":"docker"}
|
"LxcConf":[{"Key":"lxc.utsname","Value":"docker"}]
|
||||||
}
|
}
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
Loading…
Reference in New Issue