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
runtime: Drop create-specific API caveat from lifecycle
This wording is descended from 7117ede (Expand on the definition of
our ops, 2015-10-13, #225), but the idea is covered generically by
e53a72b (Clarify the operation is not for command-line api,
2016-05-24, #450), so we no longer need a create-specific note.
Especially in the lifecycle docs, where there's already enough going
on without this low-level detail.
Signed-off-by: W. Trevor King <[email protected]>
Copy file name to clipboardExpand all lines: runtime.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,6 @@ See [Query State](#query-state) for information on retrieving the state of a con
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
1. OCI compliant runtime's `create` command is invoked with a reference to the location of the bundle and a unique identifier.
36
-
How these references are passed to the runtime is an implementation detail.
37
36
2. The container's runtime environment MUST be created according to the configuration in [`config.json`](config.md).
38
37
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.
39
38
Any updates to `config.json` after this step MUST NOT affect the container.
0 commit comments