Update README with links to libraries and add OWNERS

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2016-09-09 15:32:17 -07:00
parent 0617dd1489
commit 720966b27a
2 changed files with 13 additions and 3 deletions

6
OWNERS Normal file
View File

@ -0,0 +1,6 @@
assignees:
- mrunalp
- runcom
- yujuhong
- cyphar
- mikebrow

View File

@ -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)