You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runtime.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ This operation MUST generate an error if `process` was not set.
123
123
`kill <container-id> <signal>`
124
124
125
125
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).
127
127
This operation MUST send the specified signal to the process in the container.
0 commit comments