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
1 changed files with 1 additions and 1 deletions

View File

@ -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**: