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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,12 +129,16 @@ This operation MUST run the user-specified program as specified by [`process`](c
129
129
This operation MUST generate an error if `process` was not set.
130
130
131
131
### <aname="runtimeKill" />Kill
132
-
`kill <container-id> <signal>`
132
+
`kill [OPTION] <container-id> <signal>`
133
133
134
134
This operation MUST [generate an error](#errors) if it is not provided the container ID.
135
135
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).
136
136
This operation MUST send the specified signal to the container process.
0 commit comments