mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixed LxcConf example for docker_remote_api_v1.5.rst
Based on how command line docker sends the request.
This commit is contained in:
parent
33972627b7
commit
b3cbf424ec
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,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…
Add table
Reference in a new issue