Fixing LxcConf example in docker_remote_api_v1.4.rst
This commit is contained in:
parent
b3cbf424ec
commit
102522bcd1
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ Start a container
|
|||
|
||||
{
|
||||
"Binds":["/tmp:/tmp"],
|
||||
"LxcConf":{"lxc.utsname":"docker"}
|
||||
"LxcConf":[{"Key":"lxc.utsname","Value":"docker"}]
|
||||
}
|
||||
|
||||
**Example response**:
|
||||
|
|
Loading…
Add table
Reference in a new issue