-
Couldn't load subscription status.
- Fork 590
Add the all option to kill operation #1190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -129,12 +129,14 @@ This operation MUST run the user-specified program as specified by [`process`](c | |
| This operation MUST generate an error if `process` was not set. | ||
|
|
||
| ### <a name="runtimeKill" />Kill | ||
| `kill <container-id> <signal>` | ||
| `kill <container-id> <signal> <all>` | ||
|
|
||
| This operation MUST [generate an error](#errors) if it is not provided the container ID. | ||
| 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). | ||
| This operation MUST send the specified signal to the container process. | ||
|
|
||
| `<all>` is a boolean. If it is true, all the processes in the container are be killed. | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Or maybe There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good idea. I have updated it. |
||
| ### <a name="runtimeDelete" />Delete | ||
| `delete <container-id>` | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.