2016-09-10 08:30:57 +00:00
|
|
|
ocid - OCI-based implementation of Kubernetes Container Runtime Interface
|
|
|
|
=
|
2016-09-09 22:32:17 +00:00
|
|
|
|
|
|
|
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)
|