No description
Find a file
Mrunal Patel 09116a4998 Remove "compliant" from README
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2016-09-16 16:35:25 -07:00
cmd make socket location configurable on cmd line 2016-09-15 15:57:39 -07:00
conmon Integrate conmon into ocid 2016-09-15 16:40:44 -07:00
Godeps updated vendor dependencies for networking 2016-09-09 14:41:03 -07:00
oci Integrate conmon into ocid 2016-09-15 16:40:44 -07:00
server Add a property to track whether a container needs terminal 2016-09-15 15:01:39 -07:00
testdata Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
utils Add utility to start a child process reaper 2016-09-09 14:41:03 -07:00
vendor updated vendor dependencies for networking 2016-09-09 14:41:03 -07:00
.gitignore Add a start Makefile to build ocid/ocic 2016-09-09 14:41:03 -07:00
.travis.yml Setup travis CI 2016-09-09 14:41:03 -07: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 Fix make for the command 2016-09-09 14:41:03 -07:00
OWNERS Update README with links to libraries and add OWNERS 2016-09-09 15:39:36 -07:00
README.md Remove "compliant" from README 2016-09-16 16:35:25 -07:00

ocid - OCI-based implementation of Kubernetes Container Runtime Interface

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.