Skip to content

Commit b81c09c

Browse files
committed
Add OCI Runtime Abstract
Closes #506 Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
1 parent e6d2a0f commit b81c09c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spec.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
The [Open Container Initiative](http://www.opencontainers.org/) develops specifications for standards on Operating System process and application containers.
44

5+
# Abstract
6+
7+
The OCI Runtime Specification aims to specify the configuration, execution environment, and lifecycle a container.
8+
9+
A container's configuration is specified as the `config.json` for the supported platforms and details the fields that enable the creation of a container.
10+
The execution environment is specified to ensure that applications running inside a container have a consistent environment between runtimes along with common actions defined for the container's lifecycle.
11+
512
# Platforms
613

714
Platforms defined by this specification are:

0 commit comments

Comments
 (0)