mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Cleanup: fixes start response status code typo in examples
Signed-off-by: Andrew C. Bodine <acbodine@us.ibm.com> Upstream-commit: f9cdad32721808b6beeab544de26cca9ff68e1f0 Component: engine
This commit is contained in:
@@ -363,14 +363,14 @@ Start the container `id`
|
||||
"LxcConf":[{"Key":"lxc.utsname","Value":"docker"}],
|
||||
"PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
|
||||
"PublishAllPorts":false,
|
||||
"Privileged":false
|
||||
"Privileged":false,
|
||||
"Dns": ["8.8.8.8"],
|
||||
"VolumesFrom": ["parent", "other:ro"]
|
||||
}
|
||||
|
||||
**Example response**:
|
||||
|
||||
HTTP/1.1 204 No Conten
|
||||
HTTP/1.1 204 No Content
|
||||
Content-Type: text/plain
|
||||
|
||||
Json Parameters:
|
||||
|
||||
@@ -406,7 +406,7 @@ Start the container `id`
|
||||
|
||||
**Example response**:
|
||||
|
||||
HTTP/1.1 204 No Conten
|
||||
HTTP/1.1 204 No Content
|
||||
Content-Type: text/plain
|
||||
|
||||
Json Parameters:
|
||||
|
||||
@@ -416,7 +416,7 @@ Start the container `id`
|
||||
|
||||
**Example response**:
|
||||
|
||||
HTTP/1.1 204 No Conten
|
||||
HTTP/1.1 204 No Content
|
||||
Content-Type: text/plain
|
||||
|
||||
Json Parameters:
|
||||
|
||||
@@ -407,7 +407,7 @@ Start the container `id`
|
||||
|
||||
**Example response**:
|
||||
|
||||
HTTP/1.1 204 No Conten
|
||||
HTTP/1.1 204 No Content
|
||||
Content-Type: text/plain
|
||||
|
||||
Json Parameters:
|
||||
|
||||
@@ -325,7 +325,7 @@ Start the container `id`
|
||||
|
||||
**Example response**:
|
||||
|
||||
HTTP/1.1 204 No Conten
|
||||
HTTP/1.1 204 No Content
|
||||
Content-Type: text/plain
|
||||
|
||||
Json Parameters:
|
||||
|
||||
@@ -341,7 +341,7 @@ Start the container `id`
|
||||
|
||||
**Example response**:
|
||||
|
||||
HTTP/1.1 204 No Conten
|
||||
HTTP/1.1 204 No Content
|
||||
Content-Type: text/plain
|
||||
|
||||
Json Parameters:
|
||||
|
||||
@@ -338,7 +338,7 @@ Start the container `id`
|
||||
|
||||
**Example response**:
|
||||
|
||||
HTTP/1.1 204 No Conten
|
||||
HTTP/1.1 204 No Content
|
||||
Content-Type: text/plain
|
||||
|
||||
Json Parameters:
|
||||
|
||||
@@ -393,7 +393,7 @@ Start the container `id`
|
||||
|
||||
**Example response**:
|
||||
|
||||
HTTP/1.1 204 No Conten
|
||||
HTTP/1.1 204 No Content
|
||||
Content-Type: text/plain
|
||||
|
||||
Json Parameters:
|
||||
|
||||
@@ -348,7 +348,7 @@ Start the container `id`
|
||||
|
||||
**Example response**:
|
||||
|
||||
HTTP/1.1 204 No Conten
|
||||
HTTP/1.1 204 No Content
|
||||
Content-Type: text/plain
|
||||
|
||||
Json Parameters:
|
||||
|
||||
@@ -385,7 +385,7 @@ Start the container `id`
|
||||
|
||||
**Example response**:
|
||||
|
||||
HTTP/1.1 204 No Conten
|
||||
HTTP/1.1 204 No Content
|
||||
Content-Type: text/plain
|
||||
|
||||
Json Parameters:
|
||||
|
||||
@@ -407,7 +407,7 @@ Start the container `id`
|
||||
|
||||
**Example response**:
|
||||
|
||||
HTTP/1.1 204 No Conten
|
||||
HTTP/1.1 204 No Content
|
||||
Content-Type: text/plain
|
||||
|
||||
Json Parameters:
|
||||
|
||||
Reference in New Issue
Block a user