Fixed LxcConf example in Remote API v1.4 and v1.5
@@ -359,7 +359,7 @@ Start a container
{
"Binds":["/tmp:/tmp"],
- "LxcConf":{"lxc.utsname":"docker"}
+ "LxcConf":[{"Key":"lxc.utsname","Value":"docker"}]
}
**Example response**:
@@ -358,7 +358,7 @@ Start a container