Skip to content

Commit a5276ae

Browse files
authored
Merge pull request #929 from giuseppe/add-more-implementations
implementations: add bwrap-oci and crun
2 parents 4ebb31e + ec4cc47 commit a5276ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

implementations.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ If you know of any associated projects that are not listed here, please file a p
66
## <a name="implementationsRuntimeContainer" />Runtime (Container)
77

88
* [opencontainers/runc][runc] - Reference implementation of OCI runtime
9+
* [projectatomic/bwrap-oci][bwrap-oci] - Convert the OCI spec file to a command line for [bubblewrap][bubblewrap]
10+
* [giuseppe/crun][crun] - Runtime implementation in C
911

1012
## <a name="implementationsRuntimeVirtualMachine" />Runtime (Virtual Machine)
1113

@@ -26,3 +28,6 @@ If you know of any associated projects that are not listed here, please file a p
2628
[octool]: https://github.com/kunalkushwaha/octool
2729
[oct]: https://github.com/huawei-openlab/oct
2830
[runtime-tools]: https://github.com/opencontainers/runtime-tools
31+
[bwrap-oci]: https://github.com/projectatomic/bwrap-oci
32+
[bubblewrap]: https://github.com/projectatomic/bubblewrap
33+
[crun]: https://github.com/giuseppe/crun

0 commit comments

Comments
 (0)