Files
runc/runtime.md
T
Brandon Philips 5d2eb180f6 *: re-org the spec
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 :)
2015-06-24 17:15:48 -07:00

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.