mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
[Documentation - API] Add missing 'signal' parameter for /containers/:id/kill endpoint
Docker-DCO-1.1-Signed-off-by: Leo Unbekandt <leo.unbekandt@appsdeck.eu> (github: Soulou)
This commit is contained in:
parent
e83fc70d36
commit
91deb591c8
8 changed files with 20 additions and 0 deletions
|
@ -454,6 +454,7 @@ Kill a container
|
||||||
|
|
||||||
HTTP/1.1 204 OK
|
HTTP/1.1 204 OK
|
||||||
|
|
||||||
|
:query signal: Signal to send to the container (integer). When not set, SIGKILL is assumed and the call will waits for the container to exit.
|
||||||
:statuscode 204: no error
|
:statuscode 204: no error
|
||||||
:statuscode 404: no such container
|
:statuscode 404: no such container
|
||||||
:statuscode 500: server error
|
:statuscode 500: server error
|
||||||
|
|
|
@ -482,6 +482,7 @@ Kill a container
|
||||||
|
|
||||||
HTTP/1.1 204 OK
|
HTTP/1.1 204 OK
|
||||||
|
|
||||||
|
:query signal: Signal to send to the container (integer). When not set, SIGKILL is assumed and the call will waits for the container to exit.
|
||||||
:statuscode 204: no error
|
:statuscode 204: no error
|
||||||
:statuscode 404: no such container
|
:statuscode 404: no such container
|
||||||
:statuscode 500: server error
|
:statuscode 500: server error
|
||||||
|
|
|
@ -459,6 +459,11 @@ Kill the container `id`
|
||||||
|
|
||||||
HTTP/1.1 204 OK
|
HTTP/1.1 204 OK
|
||||||
|
|
||||||
|
Query Parameters
|
||||||
|
|
||||||
|
- **signal** - Signal to send to the container: integer or string like "SIGINT".
|
||||||
|
When not set, SIGKILL is assumed and the call will waits for the container to exit.
|
||||||
|
|
||||||
Status Codes:
|
Status Codes:
|
||||||
|
|
||||||
- **204** – no error
|
- **204** – no error
|
||||||
|
|
|
@ -466,6 +466,7 @@ Kill a container
|
||||||
|
|
||||||
HTTP/1.1 204 OK
|
HTTP/1.1 204 OK
|
||||||
|
|
||||||
|
:query signal: Signal to send to the container, must be integer or string (i.e. SIGINT). When not set, SIGKILL is assumed and the call will waits for the container to exit.
|
||||||
:statuscode 204: no error
|
:statuscode 204: no error
|
||||||
:statuscode 404: no such container
|
:statuscode 404: no such container
|
||||||
:statuscode 500: server error
|
:statuscode 500: server error
|
||||||
|
|
|
@ -461,6 +461,11 @@ Kill the container `id`
|
||||||
|
|
||||||
HTTP/1.1 204 OK
|
HTTP/1.1 204 OK
|
||||||
|
|
||||||
|
Query Parameters
|
||||||
|
|
||||||
|
- **signal** - Signal to send to the container: integer or string like "SIGINT".
|
||||||
|
When not set, SIGKILL is assumed and the call will waits for the container to exit.
|
||||||
|
|
||||||
Status Codes:
|
Status Codes:
|
||||||
|
|
||||||
- **204** – no error
|
- **204** – no error
|
||||||
|
|
|
@ -468,6 +468,7 @@ Kill a container
|
||||||
|
|
||||||
HTTP/1.1 204 OK
|
HTTP/1.1 204 OK
|
||||||
|
|
||||||
|
:query signal: Signal to send to the container, must be integer or string (i.e. SIGINT). When not set, SIGKILL is assumed and the call will waits for the container to exit.
|
||||||
:statuscode 204: no error
|
:statuscode 204: no error
|
||||||
:statuscode 404: no such container
|
:statuscode 404: no such container
|
||||||
:statuscode 500: server error
|
:statuscode 500: server error
|
||||||
|
|
|
@ -482,6 +482,11 @@ Kill the container `id`
|
||||||
|
|
||||||
HTTP/1.1 204 OK
|
HTTP/1.1 204 OK
|
||||||
|
|
||||||
|
Query Parameters
|
||||||
|
|
||||||
|
- **signal** - Signal to send to the container: integer or string like "SIGINT".
|
||||||
|
When not set, SIGKILL is assumed and the call will waits for the container to exit.
|
||||||
|
|
||||||
Status Codes:
|
Status Codes:
|
||||||
|
|
||||||
- **204** – no error
|
- **204** – no error
|
||||||
|
|
|
@ -480,6 +480,7 @@ Kill a container
|
||||||
|
|
||||||
HTTP/1.1 204 OK
|
HTTP/1.1 204 OK
|
||||||
|
|
||||||
|
:query signal: Signal to send to the container, must be integer or string (i.e. SIGINT). When not set, SIGKILL is assumed and the call will waits for the container to exit.
|
||||||
:statuscode 204: no error
|
:statuscode 204: no error
|
||||||
:statuscode 404: no such container
|
:statuscode 404: no such container
|
||||||
:statuscode 500: server error
|
:statuscode 500: server error
|
||||||
|
|
Loading…
Reference in a new issue