Skip to content

Commit 7fe4d32

Browse files
committed
Add the all option to kill command
Signed-off-by: utam0k <[email protected]>
1 parent 9067ce6 commit 7fe4d32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

runtime.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ This operation MUST [generate an error](#errors) if it is not provided the conta
135135
Attempting to send a signal to a container that is neither [`created` nor `running`](#state) MUST have no effect on the container and MUST [generate an error](#errors).
136136
This operation MUST send the specified signal to the container process.
137137

138+
### <a name="runtimeKillAll" />KillAll
139+
`kill <container-id> <signal> <all>`
140+
141+
Kill all the processes in the container.
142+
138143
### <a name="runtimeDelete" />Delete
139144
`delete <container-id>`
140145

0 commit comments

Comments
 (0)