2017-03-02 11:01:18 -08:00
# <a name="implementations" />Implementations
2015-08-04 13:11:46 -04:00
The following sections link to associated projects, some of which are maintained by the OCI and some of which are maintained by external organizations.
If you know of any associated projects that are not listed here, please file a pull request adding a link to that project.
2017-03-28 13:49:39 -07:00
## <a name="implementationsRuntimeContainer" />Runtime (Container)
2015-08-04 13:11:46 -04:00
2017-02-09 15:32:39 -05:00
* [opencontainers/runc][runc] - Reference implementation of OCI runtime
2015-08-04 13:11:46 -04:00
2017-03-02 11:01:18 -08:00
## <a name="implementationsRuntimeVirtualMachine" />Runtime (Virtual Machine)
2015-08-04 13:11:46 -04:00
2017-02-09 15:32:39 -05:00
* [hyperhq/runv][runv] - Hypervisor-based runtime for OCI
2017-09-21 09:21:48 +01:00
* [clearcontainers/runtime][cc-runtime] - Hypervisor-based OCI runtime utilising [virtcontainers][virtcontainers] by Intel®.
2015-08-04 13:11:46 -04:00
2017-03-02 11:01:18 -08:00
## <a name="implementationsTestingTools" />Testing & Tools
2015-09-16 20:44:06 -07:00
2017-02-09 15:32:39 -05:00
* [kunalkushwaha/octool][octool] - A config linter and validator.
* [huawei-openlab/oct][oct] - Open Container Testing framework for OCI configuration and runtime
* [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
2017-09-21 09:21:48 +01:00
[cc-runtime]: https://github.com/clearcontainers/runtime
[virtcontainers]: https://github.com/containers/virtcontainers
2017-02-09 15:32:39 -05:00
[octool]: https://github.com/kunalkushwaha/octool
[oct]: https://github.com/huawei-openlab/oct
[runtime-tools]: https://github.com/opencontainers/runtime-tools