Skip to content

Commit

Permalink
Merge pull request #269 from wking/lifecycle-state-path
Browse files Browse the repository at this point in the history
lifecycle: Don't require /run/opencontainer/<runtime>/containers
  • Loading branch information
hqhq committed Dec 15, 2015
2 parents 56b8875 + f89cb85 commit 7c17452
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 @@ -40,7 +40,7 @@ The lifecycle describes the timeline of events that happen from when a container
1. OCI compliant runtime is invoked by passing the bundle path as argument.
2. The container's runtime environment is created according to the configuration in config.json.
Any updates to config.json after container is running do not affect the container.
3. The container's state.json file is written to the filesystem under /run/opencontainer/<runtime>/containers/<id>/.
3. The container's state.json file is written to the filesystem.
4. The prestart hooks are invoked by the runtime.
If any prestart hook fails, then the container is stopped and the lifecycle continues at step 8.
5. The user specified process is executed in the container.
Expand Down

0 comments on commit 7c17452

Please sign in to comment.