File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ This is provided so that consumers can find the container's configuration and ro
3838The lifecycle describes the timeline of events that happen from when a container is created to when it ceases to exist.
3939
40401 . OCI compliant runtime is invoked by passing the bundle path as argument.
41- 2 . The container's runtime environment is created according to the configuration in config.json.
42- Any updates to config.json after container is running do not affect the container.
41+ 2 . The container's runtime environment is created according to the configuration in ` config.json ` and ` runtime.json ` .
42+ Any updates to ` config.json ` or ` runtime.json ` after container is running do not affect the container.
43433 . The container's state.json file is written to the filesystem.
44444 . The prestart hooks are invoked by the runtime.
4545 If any prestart hook fails, then the container is stopped and the lifecycle continues at step 8.
You can’t perform that action at this time.
0 commit comments