Update README with links to libraries and add OWNERS
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
0617dd1489
commit
720966b27a
2 changed files with 13 additions and 3 deletions
6
OWNERS
Normal file
6
OWNERS
Normal file
|
@ -0,0 +1,6 @@
|
|||
assignees:
|
||||
- mrunalp
|
||||
- runcom
|
||||
- yujuhong
|
||||
- cyphar
|
||||
- mikebrow
|
10
README.md
10
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)
|
||||
|
|
Loading…
Reference in a new issue