Skip to content

Commit fcf97a7

Browse files
committed
alphabetize the implementation list.
1 parent 0d6cc58 commit fcf97a7

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

implementations.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,34 @@ 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
810
* [opencontainers/runc][runc] - Reference implementation of OCI runtime
911
* [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
1212

1313
## <a name="implementationsRuntimeVirtualMachine" />Runtime (Virtual Machine)
1414

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

2020
## <a name="implementationsTestingTools" />Testing & Tools
2121

22-
* [kunalkushwaha/octool][octool] - A config linter and validator.
2322
* [huawei-openlab/oct][oct] - Open Container Testing framework for OCI configuration and runtime
23+
* [kunalkushwaha/octool][octool] - A config linter and validator.
2424
* [opencontainers/runtime-tools][runtime-tools] - A config generator and runtime/bundle testing framework.
2525

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
3626
[bubblewrap]: https://github.com/projectatomic/bubblewrap
27+
[bwrap-oci]: https://github.com/projectatomic/bwrap-oci
28+
[cc-runtime]: https://github.com/clearcontainers/runtime
3729
[crun]: https://github.com/containers/crun
3830
[gvisor]: https://github.com/google/gvisor
31+
[kata-runtime]: https://github.com/kata-containers/runtime
32+
[oct]: https://github.com/huawei-openlab/oct
33+
[octool]: https://github.com/kunalkushwaha/octool
34+
[runc]: https://github.com/opencontainers/runc
3935
[rune]: https://github.com/alibaba/inclavare-containers
36+
[runtime-tools]: https://github.com/opencontainers/runtime-tools
37+
[runv]: https://github.com/hyperhq/runv
38+
[virtcontainers]: https://github.com/containers/virtcontainers

0 commit comments

Comments
 (0)