runtime: Restore leading blank line before lifecycle list
Restore the line removed by be594153
(Split create and start,
2016-04-01, #384). Without this, GitHub renders the list as a single
paragraph.
Signed-off-by: W. Trevor King <wking@tremily.us>
This commit is contained in:
parent
0dde4f9f4b
commit
78d37e9ddf
|
@ -32,6 +32,7 @@ See [Query State](#query-state) for information on retrieving the state of a con
|
||||||
|
|
||||||
## Lifecycle
|
## Lifecycle
|
||||||
The lifecycle describes the timeline of events that happen from when a container is created to when it ceases to exist.
|
The lifecycle describes the timeline of events that happen from when a container is created to when it ceases to exist.
|
||||||
|
|
||||||
1. OCI compliant runtime's `create` command is invoked with a reference to the location of the bundle and a unique identifier.
|
1. OCI compliant runtime's `create` command is invoked with a reference to the location of the bundle and a unique identifier.
|
||||||
2. The container's runtime environment MUST be created according to the configuration in [`config.json`](config.md).
|
2. The container's runtime environment MUST be created according to the configuration in [`config.json`](config.md).
|
||||||
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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue