From d4990d1dcb4325a7821859f53c800e6f0c73a0bf Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Sun, 15 Oct 2017 20:34:25 +0200 Subject: [PATCH 1/2] implementations: add bwrap-oci Signed-off-by: Giuseppe Scrivano --- implementations.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/implementations.md b/implementations.md index b2310db5f..06ddeb3a8 100644 --- a/implementations.md +++ b/implementations.md @@ -6,6 +6,7 @@ If you know of any associated projects that are not listed here, please file a p ## Runtime (Container) * [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] ## Runtime (Virtual Machine) @@ -26,3 +27,5 @@ If you know of any associated projects that are not listed here, please file a p [octool]: https://github.com/kunalkushwaha/octool [oct]: https://github.com/huawei-openlab/oct [runtime-tools]: https://github.com/opencontainers/runtime-tools +[bwrap-oci]: https://github.com/projectatomic/bwrap-oci +[bubblewrap]: https://github.com/projectatomic/bubblewrap From ec4cc47dffbb76b35aa491f4e049abba1a335eab Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Sun, 15 Oct 2017 20:34:36 +0200 Subject: [PATCH 2/2] implementations: add crun Signed-off-by: Giuseppe Scrivano --- implementations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/implementations.md b/implementations.md index 06ddeb3a8..b447e386e 100644 --- a/implementations.md +++ b/implementations.md @@ -7,6 +7,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] +* [giuseppe/crun][crun] - Runtime implementation in C ## Runtime (Virtual Machine) @@ -29,3 +30,4 @@ If you know of any associated projects that are not listed here, please file a p [runtime-tools]: https://github.com/opencontainers/runtime-tools [bwrap-oci]: https://github.com/projectatomic/bwrap-oci [bubblewrap]: https://github.com/projectatomic/bubblewrap +[crun]: https://github.com/giuseppe/crun