Skip to content

Commit

Permalink
Merge pull request #691 from crosbymichael/abstract
Browse files Browse the repository at this point in the history
Add OCI Runtime Abstract
  • Loading branch information
Mrunal Patel authored Feb 17, 2017
2 parents e6d2a0f + b81c09c commit 359de8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

# Abstract

The OCI Runtime Specification aims to specify the configuration, execution environment, and lifecycle a container.

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.
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.

# Platforms

Platforms defined by this specification are:
Expand Down

0 comments on commit 359de8f

Please sign in to comment.