mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
5d2eb180f6
We had an in-person spec discussion, lets separate the spec into some high-level sections to clarify future discussion. Crosby agreed to let me merge to master :)
366 B
366 B
Runtime and Lifecycle
Lifecycle
Create
Creates the container: file system, namespaces, cgroups, capabilities.
Start (process)
Runs a process in a container. Can be invoked several times.
Stop (process)
Not sure we need that from oc cli. Process is killed from the outside.
This event needs to be captured by oc to run onstop event handlers.