From 236ad68d5d48ccb0130b843691b6459244502c45 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Thu, 21 Sep 2017 09:21:48 +0100 Subject: [PATCH] Add new "cc-runtime" to list of implementations. Signed-off-by: James O. D. Hunt --- implementations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/implementations.md b/implementations.md index 8479d6d71..793d2316c 100644 --- a/implementations.md +++ b/implementations.md @@ -11,6 +11,7 @@ If you know of any associated projects that are not listed here, please file a p * [hyperhq/runv][runv] - Hypervisor-based runtime for OCI * [01org/cc-oci-runtime][cc-oci] - Hypervisor-based OCI runtime for IntelĀ® Architecture +* [clearcontainers/runtime][cc-runtime] - Next-generation hypervisor-based OCI runtime for IntelĀ® Architecture ## Testing & Tools @@ -22,6 +23,7 @@ If you know of any associated projects that are not listed here, please file a p [runc]: https://github.com/opencontainers/runc [runv]: https://github.com/hyperhq/runv [cc-oci]: https://github.com/01org/cc-oci-runtime +[cc-runtime]: https://github.com/clearcontainers/runtime [octool]: https://github.com/kunalkushwaha/octool [oct]: https://github.com/huawei-openlab/oct [runtime-tools]: https://github.com/opencontainers/runtime-tools