diff --git a/implementations.md b/implementations.md index b2310db5f..b447e386e 100644 --- a/implementations.md +++ b/implementations.md @@ -6,6 +6,8 @@ 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] +* [giuseppe/crun][crun] - Runtime implementation in C ## Runtime (Virtual Machine) @@ -26,3 +28,6 @@ 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 +[crun]: https://github.com/giuseppe/crun