Skip to content

Commit 3b78e51

Browse files
author
Mrunal Patel
committed
Merge pull request #419 from wking/lifecycle-cleanup-step-7
runtime: Fix 'step 8' -> 'step 7' references
2 parents 4941dba + 0382257 commit 3b78e51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ The lifecycle describes the timeline of events that happen from when a container
4040
2. 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.
4242
3. 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.
4444
4. The user specified process MUST be executed in the container.
4545
5. 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.
4747
6. 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.
4949
7. The container MUST be destroyed by undoing the steps performed during create phase (step 2).

0 commit comments

Comments
 (0)