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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The lifecycle describes the timeline of events that happen from when a container
38
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.
39
39
Any updates to `config.json` after this step MUST NOT affect the container.
40
40
3. Once the container is created additional actions MAY be performed based on the features the runtime chooses to support.
41
-
However, some actions might only be available based on the current state of the container (e.g. only available while it is started).
41
+
However, some actions might only be available based on the current state of the container (e.g. only available while it is started).
42
42
4. Runtime's `start` command is invoked with the unique identifier of the container.
43
43
The runtime MUST run the user-specified code, as specified by [`process`](config.md#process-configuration).
0 commit comments