Skip to content

Commit ab23082

Browse files
authored
Merge pull request #1126 from utam0k/add-youki
add youki to implementations.md
2 parents 0d6cc58 + 411082c commit ab23082

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

implementations.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,36 @@ If you know of any associated projects that are not listed here, please file a p
55

66
## <a name="implementationsRuntimeContainer" />Runtime (Container)
77

8+
* [alibaba/inclavare-containers][rune] - Enclave OCI runtime for confidential computing
9+
* [containers/crun][crun] - Runtime implementation in C
10+
* [containers/youki][youki] - Runtime implementation in Rust
811
* [opencontainers/runc][runc] - Reference implementation of OCI runtime
912
* [projectatomic/bwrap-oci][bwrap-oci] - Convert the OCI spec file to a command line for [bubblewrap][bubblewrap]
10-
* [containers/crun][crun] - Runtime implementation in C
11-
* [alibaba/inclavare-containers][rune] - Enclave OCI runtime for confidential computing
1213

1314
## <a name="implementationsRuntimeVirtualMachine" />Runtime (Virtual Machine)
1415

15-
* [hyperhq/runv][runv] - Hypervisor-based runtime for OCI
1616
* [clearcontainers/runtime][cc-runtime] - Hypervisor-based OCI runtime utilising [virtcontainers][virtcontainers] by Intel®.
1717
* [google/gvisor][gvisor] - gVisor is a user-space kernel, contains runsc to run sandboxed containers.
18+
* [hyperhq/runv][runv] - Hypervisor-based runtime for OCI
1819
* [kata-containers/runtime][kata-runtime] - Hypervisor-based OCI runtime combining technology from [clearcontainers/runtime][cc-runtime] and [hyperhq/runv][runv].
1920

2021
## <a name="implementationsTestingTools" />Testing & Tools
2122

22-
* [kunalkushwaha/octool][octool] - A config linter and validator.
2323
* [huawei-openlab/oct][oct] - Open Container Testing framework for OCI configuration and runtime
24+
* [kunalkushwaha/octool][octool] - A config linter and validator.
2425
* [opencontainers/runtime-tools][runtime-tools] - A config generator and runtime/bundle testing framework.
2526

26-
27-
[runc]: https://github.com/opencontainers/runc
28-
[runv]: https://github.com/hyperhq/runv
29-
[cc-runtime]: https://github.com/clearcontainers/runtime
30-
[kata-runtime]: https://github.com/kata-containers/runtime
31-
[virtcontainers]: https://github.com/containers/virtcontainers
32-
[octool]: https://github.com/kunalkushwaha/octool
33-
[oct]: https://github.com/huawei-openlab/oct
34-
[runtime-tools]: https://github.com/opencontainers/runtime-tools
35-
[bwrap-oci]: https://github.com/projectatomic/bwrap-oci
3627
[bubblewrap]: https://github.com/projectatomic/bubblewrap
28+
[bwrap-oci]: https://github.com/projectatomic/bwrap-oci
29+
[cc-runtime]: https://github.com/clearcontainers/runtime
3730
[crun]: https://github.com/containers/crun
3831
[gvisor]: https://github.com/google/gvisor
32+
[kata-runtime]: https://github.com/kata-containers/runtime
33+
[oct]: https://github.com/huawei-openlab/oct
34+
[octool]: https://github.com/kunalkushwaha/octool
35+
[runc]: https://github.com/opencontainers/runc
3936
[rune]: https://github.com/alibaba/inclavare-containers
37+
[runtime-tools]: https://github.com/opencontainers/runtime-tools
38+
[runv]: https://github.com/hyperhq/runv
39+
[virtcontainers]: https://github.com/containers/virtcontainers
40+
[youki]: https://github.com/containers/youki

0 commit comments

Comments
 (0)