From 09116a4998802ee4cbc44c8f77bfc8311c516be7 Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Fri, 16 Sep 2016 16:35:25 -0700 Subject: [PATCH] Remove "compliant" from README Signed-off-by: Mrunal Patel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd704319..3f5267c4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ocid - OCI-based implementation of Kubernetes Container Runtime Interface This is an implementation of the Kubernetes Container Runtime Interface (CRI) that will allow Kubernetes to directly launch and manage Open Container Initiative (OCI) containers. The plan is to use OCI projects and best of breed libraries for different aspects: -- Runtime: runc (or any OCI runtime-spec compliant runtime) +- Runtime: runc (or any OCI runtime-spec implementation) - Images: Image management using https://github.com/containers/image - Storage: Storage and management of image layers using https://github.com/containers/storage - Networking: Networking support through use of [CNI](https://github.com/containernetworking/cni)