Skip to content

Commit

Permalink
Merge pull request #464 from wking/lifecycle-indent
Browse files Browse the repository at this point in the history
runtime: Consistent indent for "However, some actions..."
  • Loading branch information
crosbymichael committed May 31, 2016
2 parents 44f2277 + 7b28a16 commit 991d26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The lifecycle describes the timeline of events that happen from when a container
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.
Any updates to `config.json` after this step MUST NOT affect the container.
3. Once the container is created additional actions MAY be performed based on the features the runtime chooses to support.
However, some actions might only be available based on the current state of the container (e.g. only available while it is started).
However, some actions might only be available based on the current state of the container (e.g. only available while it is started).
4. Runtime's `start` command is invoked with the unique identifier of the container.
The runtime MUST run the user-specified code, as specified by [`process`](config.md#process-configuration).
5. The container's process is stopped.
Expand Down

0 comments on commit 991d26c

Please sign in to comment.