Skip to content

Commit 44f2277

Browse files
author
Mrunal Patel
committed
Merge pull request #467 from wking/lifecycle-list-markup
runtime: Restore leading blank line before lifecycle list
2 parents 0dde4f9 + 78d37e9 commit 44f2277

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ See [Query State](#query-state) for information on retrieving the state of a con
3232

3333
## Lifecycle
3434
The lifecycle describes the timeline of events that happen from when a container is created to when it ceases to exist.
35+
3536
1. OCI compliant runtime's `create` command is invoked with a reference to the location of the bundle and a unique identifier.
3637
2. The container's runtime environment MUST be created according to the configuration in [`config.json`](config.md).
3738
While the resources requested in the [`config.json`](config.md) MUST be created, the user-specified code (from [`process`](config.md#process-configuration) MUST NOT be run at this time.

0 commit comments

Comments
 (0)