No description
Find a file
Antonio Murdaca 53c2a359e6 Merge pull request #48 from mrunalp/pod_namespace
Include pod namespace in the pod name
2016-09-23 21:11:19 +02:00
.tool remove .tool/check-license 2016-09-22 18:17:45 +02:00
cmd cmd/server: fix cmd name and usage 2016-09-23 09:33:49 +02:00
conmon conmon: use runtime path from ocid 2016-09-17 11:37:45 +02:00
hack fix vendored deps 2016-09-22 18:17:45 +02:00
oci id and name indexes for pods 2016-09-22 18:17:45 +02:00
server Include pod namespace in the pod name 2016-09-23 11:42:45 -07:00
testdata Add an example config to demonstrate container exit 2016-09-19 15:30:28 -07:00
utils Convert status to exit code 2016-09-19 12:25:13 -07:00
vendor fix vendored deps 2016-09-22 18:17:45 +02:00
.gitignore .gitignore: use absolute paths 2016-09-20 12:30:52 +02:00
.travis.yml makefile stuff 2016-09-19 19:51:03 +02:00
code-of-conduct.md Add a code of conduct based on github.com/kubernetes/kubernetes 2016-09-09 15:26:59 -07:00
LICENSE Initial commit 2016-09-09 12:56:31 -07:00
Makefile some cleanups 2016-09-22 18:17:45 +02:00
OWNERS Update README with links to libraries and add OWNERS 2016-09-09 15:39:36 -07:00
README.md Merge pull request #14 from mrunalp/remove_compliance 2016-09-22 12:15:06 -07:00

ocid - OCI-based implementation of Kubernetes Container Runtime Interface Build Status

Status: pre-alpha

This is an implementation of the Kubernetes Container Runtime Interface (CRI) that will allow Kubernetes to directly launch and manage Open Container Initiative (OCI) containers.

The plan is to use OCI projects and best of breed libraries for different aspects:

It is currently in active development in the Kubernetes community through the design proposal. Questions and issues should be raised in the Kubernetes sig-node Slack channel.