...
1# <a name="implementations" />Implementations
2
3The following sections link to associated projects, some of which are maintained by the OCI and some of which are maintained by external organizations.
4If you know of any associated projects that are not listed here, please file a pull request adding a link to that project.
5
6## <a name="implementationsRuntimeContainer" />Runtime (Container)
7
8* [alibaba/inclavare-containers][rune] - Enclave OCI runtime for confidential computing
9* [containers/crun][crun] - Runtime implementation in C
10* [containers/youki][youki] - Runtime implementation in Rust
11* [opencontainers/runc][runc] - Reference implementation of OCI runtime
12* [projectatomic/bwrap-oci][bwrap-oci] - Convert the OCI spec file to a command line for [bubblewrap][bubblewrap]
13
14## <a name="implementationsRuntimeVirtualMachine" />Runtime (Virtual Machine)
15
16* [clearcontainers/runtime][cc-runtime] - Hypervisor-based OCI runtime utilising [virtcontainers][virtcontainers] by IntelĀ®.
17* [google/gvisor][gvisor] - gVisor is a user-space kernel, contains runsc to run sandboxed containers.
18* [hyperhq/runv][runv] - Hypervisor-based runtime for OCI
19* [kata-containers/runtime][kata-runtime] - Hypervisor-based OCI runtime combining technology from [clearcontainers/runtime][cc-runtime] and [hyperhq/runv][runv].
20
21## <a name="implementationsTestingTools" />Testing & Tools
22
23* [huawei-openlab/oct][oct] - Open Container Testing framework for OCI configuration and runtime
24* [kunalkushwaha/octool][octool] - A config linter and validator.
25* [opencontainers/runtime-tools][runtime-tools] - A config generator and runtime/bundle testing framework.
26
27[bubblewrap]: https://github.com/projectatomic/bubblewrap
28[bwrap-oci]: https://github.com/projectatomic/bwrap-oci
29[cc-runtime]: https://github.com/clearcontainers/runtime
30[crun]: https://github.com/containers/crun
31[gvisor]: https://github.com/google/gvisor
32[kata-runtime]: https://github.com/kata-containers/runtime
33[oct]: https://github.com/huawei-openlab/oct
34[octool]: https://github.com/kunalkushwaha/octool
35[runc]: https://github.com/opencontainers/runc
36[rune]: https://github.com/alibaba/inclavare-containers
37[runtime-tools]: https://github.com/opencontainers/runtime-tools
38[runv]: https://github.com/hyperhq/runv
39[virtcontainers]: https://github.com/containers/virtcontainers
40[youki]: https://github.com/containers/youki
View as plain text