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

Fixing LxcConf example in docker_remote_api_v1.4.rst

This commit is contained in:
getvictor 2013-09-13 14:10:05 -05:00
parent b3cbf424ec
commit 102522bcd1

View file

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