|
@@ -363,14 +363,14 @@ Start the container `id`
|
|
"LxcConf":[{"Key":"lxc.utsname","Value":"docker"}],
|
|
"LxcConf":[{"Key":"lxc.utsname","Value":"docker"}],
|
|
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
|
|
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
|
|
"PublishAllPorts":false,
|
|
"PublishAllPorts":false,
|
|
- "Privileged":false
|
|
|
|
|
|
+ "Privileged":false,
|
|
"Dns": ["8.8.8.8"],
|
|
"Dns": ["8.8.8.8"],
|
|
"VolumesFrom": ["parent", "other:ro"]
|
|
"VolumesFrom": ["parent", "other:ro"]
|
|
}
|
|
}
|
|
|
|
|
|
**Example response**:
|
|
**Example response**:
|
|
|
|
|
|
- HTTP/1.1 204 No Conten
|
|
|
|
|
|
+ HTTP/1.1 204 No Content
|
|
Content-Type: text/plain
|
|
Content-Type: text/plain
|
|
|
|
|
|
Json Parameters:
|
|
Json Parameters:
|