Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
16 changes: 16 additions & 0 deletions implementations.md
Original file line number Diff line number Diff line change
@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency, probably capitalize the first word after the dash in each case (so “Reference implementation of OCI runtime” for runC). And if we're setting runV apart based on the underlying technology, it would be nice to list runC's supported systems too, so folks know when to chose one over the other.


## Testing

* [huawei-openlab/oct](https://github.com/huawei-openlab/oct) - Open Container Testing framework for OCI configuration and runtime