Skip to content

Commit

Permalink
Merge pull request #929 from giuseppe/add-more-implementations
Browse files Browse the repository at this point in the history
implementations: add bwrap-oci and crun
  • Loading branch information
tianon committed Oct 23, 2017
2 parents 4ebb31e + ec4cc47 commit a5276ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ If you know of any associated projects that are not listed here, please file a p
## <a name="implementationsRuntimeContainer" />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

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

Expand All @@ -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

0 comments on commit a5276ae

Please sign in to comment.