mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-30 23:02:37 +00:00
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:
parent
0e2b6c741a
commit
2f6e538e79
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
1
cc-runtime
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 322bcb6e31613e2dc9526457615f6c839eeeb253
|
Loading…
Reference in New Issue
Block a user