File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ The lifecycle describes the timeline of events that happen from when a container
40402 . The container's runtime environment MUST be created according to the configuration in [ ` config.json ` ] ( config.md ) .
4141 Any updates to ` config.json ` after container is running MUST not affect the container.
42423 . The prestart hooks MUST be invoked by the runtime.
43- If any prestart hook fails, then the container MUST be stopped and the lifecycle continues at step 8 .
43+ If any prestart hook fails, then the container MUST be stopped and the lifecycle continues at step 7 .
44444 . The user specified process MUST be executed in the container.
45455 . The poststart hooks MUST be invoked by the runtime.
46- If any poststart hook fails, then the container MUST be stopped and the lifecycle continues at step 8 .
46+ If any poststart hook fails, then the container MUST be stopped and the lifecycle continues at step 7 .
47476 . Additional actions such as pausing the container, resuming the container or signaling the container MAY be performed using the runtime interface.
4848 The container MAY also error out, exit or crash.
49497 . The container MUST be destroyed by undoing the steps performed during create phase (step 2).
You can’t perform that action at this time.
0 commit comments