From 720966b27ad190a38e43709615201fe048d34538 Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Fri, 9 Sep 2016 15:32:17 -0700 Subject: [PATCH] Update README with links to libraries and add OWNERS Signed-off-by: Mrunal Patel --- OWNERS | 6 ++++++ README.md | 10 +++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 OWNERS diff --git a/OWNERS b/OWNERS new file mode 100644 index 00000000..203331a7 --- /dev/null +++ b/OWNERS @@ -0,0 +1,6 @@ +assignees: + - mrunalp + - runcom + - yujuhong + - cyphar + - mikebrow diff --git a/README.md b/README.md index 8cfa4d81..800aaa23 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# ocid +# ocid - OCI-based implementation of Kubernetes Container Runtime Interface =========================== -ocid aims to implement the kubelet [Container Runtime Interface](https://github.com/kubernetes/kubernetes/pull/25899) - to allow plugging in OCI compatible runtimes. + +The plan is to use OCI projects and best of breed libraries for different aspects: +- Runtime: runc (or any OCI runtime-spec compliant runtime) +- 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)