diff --git a/runtime.md b/runtime.md index 9b60d4660..93a68ab49 100644 --- a/runtime.md +++ b/runtime.md @@ -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. ### Kill -`kill ` +`kill ` 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. +`` is a boolean. If it is true, all the processes in the container are be killed. + ### Delete `delete `