Skip to content

Commit b3ebf84

Browse files
committed
1 parent cb928bb commit b3ebf84

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Table of Contents
88
- [Container Configuration](config.md)
99
- [Linux Specific Configuration](config-linux.md)
1010
- [Runtime and Lifecycle](runtime.md)
11+
- [Implementations](implementations.md)
1112

1213
## Use Cases
1314

implementations.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Implementations
2+
3+
The following sections link to associated projects, some of which are maintained by the OCI and some of which are maintained by external organizations.
4+
If you know of any associated projects that are not listed here, please file a pull request adding a link to that project.
5+
6+
## Runtime (Container)
7+
8+
* [opencontainers/runc](https://github.com/opencontainers/runc) - Reference implementation of OCI runtime
9+
10+
## Runtime (Virtual Machine)
11+
12+
* [hyperhq/runv](https://github.com/hyperhq/runv) - Hypervisor-based runtime for OCI
13+
14+
## Testing
15+
16+
* [huawei-openlab/oct](https://github.com/huawei-openlab/oct) - Open Container Testing framework for OCI configuration and runtime

0 commit comments

Comments
 (0)