mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Cleanup: fixes start response status code typo in examples
Signed-off-by: Andrew C. Bodine <acbodine@us.ibm.com>
This commit is contained in:
parent
882db5f885
commit
f9cdad3272
11 changed files with 12 additions and 12 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue