Skip to content

Commit

Permalink
Merge pull request #1126 from utam0k/add-youki
Browse files Browse the repository at this point in the history
add youki to implementations.md
  • Loading branch information
vbatts authored Oct 12, 2021
2 parents 0d6cc58 + 411082c commit ab23082
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,36 @@ If you know of any associated projects that are not listed here, please file a p

## <a name="implementationsRuntimeContainer" />Runtime (Container)

* [alibaba/inclavare-containers][rune] - Enclave OCI runtime for confidential computing
* [containers/crun][crun] - Runtime implementation in C
* [containers/youki][youki] - Runtime implementation in Rust
* [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]
* [containers/crun][crun] - Runtime implementation in C
* [alibaba/inclavare-containers][rune] - Enclave OCI runtime for confidential computing

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

* [hyperhq/runv][runv] - Hypervisor-based runtime for OCI
* [clearcontainers/runtime][cc-runtime] - Hypervisor-based OCI runtime utilising [virtcontainers][virtcontainers] by Intel®.
* [google/gvisor][gvisor] - gVisor is a user-space kernel, contains runsc to run sandboxed containers.
* [hyperhq/runv][runv] - Hypervisor-based runtime for OCI
* [kata-containers/runtime][kata-runtime] - Hypervisor-based OCI runtime combining technology from [clearcontainers/runtime][cc-runtime] and [hyperhq/runv][runv].

## <a name="implementationsTestingTools" />Testing & Tools

* [kunalkushwaha/octool][octool] - A config linter and validator.
* [huawei-openlab/oct][oct] - Open Container Testing framework for OCI configuration and runtime
* [kunalkushwaha/octool][octool] - A config linter and validator.
* [opencontainers/runtime-tools][runtime-tools] - A config generator and runtime/bundle testing framework.


[runc]: https://github.com/opencontainers/runc
[runv]: https://github.com/hyperhq/runv
[cc-runtime]: https://github.com/clearcontainers/runtime
[kata-runtime]: https://github.com/kata-containers/runtime
[virtcontainers]: https://github.com/containers/virtcontainers
[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
[bwrap-oci]: https://github.com/projectatomic/bwrap-oci
[cc-runtime]: https://github.com/clearcontainers/runtime
[crun]: https://github.com/containers/crun
[gvisor]: https://github.com/google/gvisor
[kata-runtime]: https://github.com/kata-containers/runtime
[oct]: https://github.com/huawei-openlab/oct
[octool]: https://github.com/kunalkushwaha/octool
[runc]: https://github.com/opencontainers/runc
[rune]: https://github.com/alibaba/inclavare-containers
[runtime-tools]: https://github.com/opencontainers/runtime-tools
[runv]: https://github.com/hyperhq/runv
[virtcontainers]: https://github.com/containers/virtcontainers
[youki]: https://github.com/containers/youki

0 comments on commit ab23082

Please sign in to comment.