From 57a316b64c97a024cf4cab3059266eab10cb8abc Mon Sep 17 00:00:00 2001 From: Jia Zhang Date: Mon, 13 Jul 2020 09:26:59 +0800 Subject: [PATCH] docs: Added enclave OCI runtime rune to implementations Added the Inclavare Containers project runtime to the list of implementations. Signed-off-by: Jia Zhang --- implementations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/implementations.md b/implementations.md index 921383a8c..902e3abac 100644 --- a/implementations.md +++ b/implementations.md @@ -8,6 +8,7 @@ If you know of any associated projects that are not listed here, please file a p * [opencontainers/runc][runc] - Reference implementation of OCI runtime * [projectatomic/bwrap-oci][bwrap-oci] - Convert the OCI spec file to a command line for [bubblewrap][bubblewrap] * [containers/crun][crun] - Runtime implementation in C +* [alibaba/inclavare-containers][rune] - Enclave OCI runtime for confidential computing ## Runtime (Virtual Machine) @@ -35,3 +36,4 @@ If you know of any associated projects that are not listed here, please file a p [bubblewrap]: https://github.com/projectatomic/bubblewrap [crun]: https://github.com/containers/crun [gvisor]: https://github.com/google/gvisor +[rune]: https://github.com/alibaba/inclavare-containers