You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runtime.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ See [Query State](#query-state) for information on retrieving the state of a con
32
32
33
33
## Lifecycle
34
34
The lifecycle describes the timeline of events that happen from when a container is created to when it ceases to exist.
35
+
35
36
1. OCI compliant runtime's `create` command is invoked with a reference to the location of the bundle and a unique identifier.
36
37
2. The container's runtime environment MUST be created according to the configuration in [`config.json`](config.md).
37
38
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