From 14bc1ba59db3d4029d04b403e6c758ef0d39e340 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 31 Oct 2018 15:26:05 -0400 Subject: [PATCH] feat: add oracle/railcar to runtime implementations --- implementations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/implementations.md b/implementations.md index d9d45f47f..6487bf71a 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] * [giuseppe/crun][crun] - Runtime implementation in C +- [oracle/railcar][railcar] - Runtime implementation in Rust ## Runtime (Virtual Machine)