cri-o/README.md
Antonio Murdaca e8e6d7b463
README.md: remove double hr
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-09-10 10:30:57 +02:00

8 lines
481 B
Markdown

ocid - OCI-based implementation of Kubernetes Container Runtime Interface
=
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)