From 95700a759c9fd55295f3c22031b1801abacc99dc Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 5 Mar 2019 13:22:30 -0500 Subject: [PATCH] implementations: add railcar Obsoletes #883 Obsoletes #995 Signed-off-by: Vincent Batts --- implementations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/implementations.md b/implementations.md index d9d45f47f..a99c2f4dd 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 +* [oracle/railcar][railcar] - A Rust 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 @@ -26,6 +27,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-runtime]: https://github.com/clearcontainers/runtime +[railcar]: https://github.com/oracle/railcar [kata-runtime]: https://github.com/kata-containers/runtime [virtcontainers]: https://github.com/containers/virtcontainers [octool]: https://github.com/kunalkushwaha/octool