mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-16 03:33:36 +00: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:
@@ -358,7 +358,7 @@ Start a container
|
||||
|
||||
{
|
||||
"Binds":["/tmp:/tmp"],
|
||||
"LxcConf":{"lxc.utsname":"docker"}
|
||||
"LxcConf":[{"Key":"lxc.utsname","Value":"docker"}]
|
||||
}
|
||||
|
||||
**Example response**:
|
||||
|
||||
Reference in New Issue
Block a user