diff --git a/README.md b/README.md index f5e57d9b..30902e1a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Table of Contents - [Container Configuration](config.md) - [Linux Specific Configuration](config-linux.md) - [Runtime and Lifecycle](runtime.md) +- [Implementations](implementations.md) ## Use Cases diff --git a/implementations.md b/implementations.md new file mode 100644 index 00000000..b9401e5b --- /dev/null +++ b/implementations.md @@ -0,0 +1,16 @@ +# Implementations + +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. + +## Runtime (Container) + +* [opencontainers/runc](https://github.com/opencontainers/runc) - Reference implementation of OCI runtime + +## Runtime (Virtual Machine) + +* [hyperhq/runv](https://github.com/hyperhq/runv) - Hypervisor-based runtime for OCI + +## Testing + +* [huawei-openlab/oct](https://github.com/huawei-openlab/oct) - Open Container Testing framework for OCI configuration and runtime