# 實作
以下各節鏈接到相關項目,其中一些項目由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)一個配置生成器和運行時/捆綁測試框架。