# 实作
以下各节链接到相关项目,其中一些项目由OCI维护,而另一些项目则由外部组织维护。如果您知道此处未列出的任何相关项目,请提交请求请求,并添加指向该项目的链接。
## Runtime(容器)
* [opencontainers / runc](https://github.com/opencontainers/runc)\-OCI运行时的参考实现
* [projectatomic / bwrap-OCI](https://github.com/projectatomic/bwrap-oci)\-转换的OCI规范文件为命令行[气泡布](https://github.com/projectatomic/bubblewrap)
* [容器/](https://github.com/containers/crun)运行-C中的运行时实现
* [阿里巴巴/ inclavare容器-Enclave](https://github.com/alibaba/inclavare-containers)OCI运行时用于机密计算
## Runtime(虚拟机)
* [hyperhq / runv](https://github.com/hyperhq/runv)\-OCI的基于管理程序的运行时
* [clearcontainers / runtime-](https://github.com/clearcontainers/runtime)使用[Intel®virtcontainer](https://github.com/containers/virtcontainers)的基于Hypervisor的OCI运行时。
* [google / gvisor](https://github.com/google/gvisor)\-gVisor是一个用户空间内核,包含用于运行沙盒容器的runsc。
* [kata容器/运行时](https://github.com/kata-containers/runtime)\-基于hypervisor的OCI运行时,结合了[clearcontainers / runtime](https://github.com/clearcontainers/runtime)和[hyperhq / runv中的技术](https://github.com/hyperhq/runv)。
## 测试与工具
* [kunalkushwaha / octool-](https://github.com/kunalkushwaha/octool)一个配置[linter](https://github.com/kunalkushwaha/octool)和验证器。
* [huawei-openlab / oct-](https://github.com/huawei-openlab/oct)用于OCI配置和运行时的开放容器测试框架
* [opencontainers / runtime-tools-](https://github.com/opencontainers/runtime-tools)一个配置生成器和运行时/捆绑测试框架。