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
@@ -76,7 +76,7 @@ The lifecycle describes the timeline of events that happen from when a container
76
76
11. Runtime's [`delete`](runtime.md#delete) command is invoked with the unique identifier of the container.
77
77
12. The container MUST be destroyed by undoing the steps performed during create phase (step 2).
78
78
13. The [`poststop` hooks](config.md#poststop) MUST be invoked by the runtime.
79
-
If any `poststop` hook fails, the runtime MUST [log a warning](#warnings), but the remaining hooks and lifecycle continue as if the hook had succeeded.
79
+
If any `poststop` hook fails, the runtime MUST [generate an error](#errors), and the remaining hooks MUST NOT be executed.
0 commit comments