2017-03-03 03:01:18 +08:00
# <a name="implementations" />Implementations
2015-08-05 01:11:46 +08: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-03 03:01:18 +08:00
## <a name"implementationsRuntimeContainer" />Runtime (Container)
2015-08-05 01:11:46 +08:00
* [opencontainers/runc ](https://github.com/opencontainers/runc ) - Reference implementation of OCI runtime
2017-03-03 03:01:18 +08:00
## <a name="implementationsRuntimeVirtualMachine" />Runtime (Virtual Machine)
2015-08-05 01:11:46 +08:00
* [hyperhq/runv ](https://github.com/hyperhq/runv ) - Hypervisor-based runtime for OCI
2016-08-25 21:48:06 +08:00
* [01org/cc-oci-runtime ](https://github.com/01org/cc-oci-runtime ) - Hypervisor-based OCI runtime for Intel® Architecture
2015-08-05 01:11:46 +08:00
2017-03-03 03:01:18 +08:00
## <a name="implementationsTestingTools" />Testing & Tools
2015-09-17 11:44:06 +08:00
2015-09-17 11:47:49 +08:00
* [kunalkushwaha/octool ](https://github.com/kunalkushwaha/octool ) - A config linter and validator.
2015-08-05 01:11:46 +08:00
* [huawei-openlab/oct ](https://github.com/huawei-openlab/oct ) - Open Container Testing framework for OCI configuration and runtime
2016-09-29 05:56:33 +08:00
* [opencontainers/runtime-tools ](https://github.com/opencontainers/runtime-tools ) - A config generator and runtime/bundle testing framework.