Merge pull request #722 from Mashimiao/file-spec-fix

spec.md: small fix
This commit is contained in:
Tianon Gravi 2017-03-13 11:30:31 -07:00 committed by GitHub
commit 74a8f826d1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ The [Open Container Initiative][oci] develops specifications for standards on Op
# <a name="ociRuntimeSpecAbstract" />Abstract # <a name="ociRuntimeSpecAbstract" />Abstract
The OCI Runtime Specification aims to specify the configuration, execution environment, and lifecycle a container. The OCI Runtime Specification aims to specify the configuration, execution environment, and lifecycle of 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. 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. 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.