From fbd6baf14c3b3f7612458cc320ef057c15029e6f Mon Sep 17 00:00:00 2001 From: Ma Shimiao Date: Mon, 13 Mar 2017 16:18:25 +0800 Subject: [PATCH] spec.md: small fix Signed-off-by: Ma Shimiao --- spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.md b/spec.md index 200f4e90..efb8e74a 100644 --- a/spec.md +++ b/spec.md @@ -4,7 +4,7 @@ The [Open Container Initiative][oci] develops specifications for standards on Op # 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. 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.