Skip to content

Commit 62b392e

Browse files
committed
Allow created containers to be killed
Signed-off-by: Mrunal Patel <[email protected]>
1 parent fd0b0b6 commit 62b392e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ This operation MUST generate an error if `process` was not set.
123123
`kill <container-id> <signal>`
124124

125125
This operation MUST [generate an error](#errors) if it is not provided the container ID.
126-
Attempting to send a signal to a container that is not running MUST have no effect on the container and MUST [generate an error](#errors).
126+
Attempting to send a signal to a container that is not running or not created MUST have no effect on the container and MUST [generate an error](#errors).
127127
This operation MUST send the specified signal to the process in the container.
128128

129129
### <a name="runtimeDelete" />Delete

0 commit comments

Comments
 (0)