From 2f6e538e7983b439aeeb12976feaa979fb39f3a6 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Wed, 24 Jan 2018 12:10:34 +0100 Subject: [PATCH] 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 --- .gitmodules | 3 +++ cc-runtime | 1 + 2 files changed, 4 insertions(+) create mode 160000 cc-runtime diff --git a/.gitmodules b/.gitmodules index ae90b4fda7..f2facf6e0b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/cc-runtime b/cc-runtime new file mode 160000 index 0000000000..322bcb6e31 --- /dev/null +++ b/cc-runtime @@ -0,0 +1 @@ +Subproject commit 322bcb6e31613e2dc9526457615f6c839eeeb253