No description
720966b27a
Signed-off-by: Mrunal Patel <mrunalp@gmail.com> |
||
---|---|---|
cmd | ||
conmon | ||
Godeps | ||
oci | ||
server | ||
testdata | ||
utils | ||
vendor | ||
.gitignore | ||
.travis.yml | ||
code-of-conduct.md | ||
LICENSE | ||
Makefile | ||
OWNERS | ||
README.md |
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