Skip to content

Commit 0cc6d8a

Browse files
committed
Don't ignore poststop hook failures
1 parent d64c1d9 commit 0cc6d8a

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
@@ -76,7 +76,7 @@ The lifecycle describes the timeline of events that happen from when a container
7676
11. Runtime's [`delete`](runtime.md#delete) command is invoked with the unique identifier of the container.
7777
12. The container MUST be destroyed by undoing the steps performed during create phase (step 2).
7878
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.
8080

8181
## <a name="runtimeErrors" />Errors
8282

0 commit comments

Comments
 (0)