runtime: Add Clear Containers runtime

This adds Clear Containers as a Kata Containers runtime, under
runtime/cc-runtime

The Docker `create`, `start`, `run`, `exec` and `ps` commands
work when using the cc-runtime code together with the vanilla
Kata shim, proxy and agent components. Shortly we will also
document how to build and install all of those together.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Samuel Ortiz 2018-01-24 12:10:34 +01:00
parent 0e2b6c741a
commit 2f6e538e79
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "runv"]
path = runv
url = https://github.com/hyperhq/runv.git
[submodule "cc-runtime"]
path = cc-runtime
url = https://github.com/clearcontainers/runtime

1
cc-runtime Submodule

@ -0,0 +1 @@
Subproject commit 322bcb6e31613e2dc9526457615f6c839eeeb253