We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e603f commit e07ce30Copy full SHA for e07ce30
1 file changed
runtime.md
@@ -47,7 +47,7 @@ The lifecycle describes the timeline of events that happen from when a container
47
6. Additional actions such as pausing the container, resuming the container or signaling the container MAY be performed using the runtime interface.
48
The container MAY also error out, exit or crash.
49
7. The container MUST be destroyed by undoing the steps performed during create phase (step 2).
50
-8. The poststop hooks MUST be invoked by the runtime and errors, if any, MAY be logged.
+8. The poststop hooks MUST be invoked by the runtime and errors, if any, SHOULD be logged.
51
52
Note: The lifecycle is a WIP and it will evolve as we have more use cases and more information on the viability of a separate create phase.
53
0 commit comments