mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-31 21:14:25 +01:00
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>
7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
[submodule "runv"]
|
|
path = runv
|
|
url = https://github.com/hyperhq/runv.git
|
|
[submodule "cc-runtime"]
|
|
path = cc-runtime
|
|
url = https://github.com/clearcontainers/runtime
|