@@ -5,35 +5,36 @@ If you know of any associated projects that are not listed here, please file a p
5
5
6
6
## <a name =" implementationsRuntimeContainer " />Runtime (Container)
7
7
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
8
11
* [ opencontainers/runc] [ runc ] - Reference implementation of OCI runtime
9
12
* [ 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
12
13
13
14
## <a name =" implementationsRuntimeVirtualMachine " />Runtime (Virtual Machine)
14
15
15
- * [ hyperhq/runv] [ runv ] - Hypervisor-based runtime for OCI
16
16
* [ clearcontainers/runtime] [ cc-runtime ] - Hypervisor-based OCI runtime utilising [ virtcontainers] [ virtcontainers ] by Intel®.
17
17
* [ google/gvisor] [ gvisor ] - gVisor is a user-space kernel, contains runsc to run sandboxed containers.
18
+ * [ hyperhq/runv] [ runv ] - Hypervisor-based runtime for OCI
18
19
* [ kata-containers/runtime] [ kata-runtime ] - Hypervisor-based OCI runtime combining technology from [ clearcontainers/runtime] [ cc-runtime ] and [ hyperhq/runv] [ runv ] .
19
20
20
21
## <a name =" implementationsTestingTools " />Testing & Tools
21
22
22
- * [ kunalkushwaha/octool] [ octool ] - A config linter and validator.
23
23
* [ huawei-openlab/oct] [ oct ] - Open Container Testing framework for OCI configuration and runtime
24
+ * [ kunalkushwaha/octool] [ octool ] - A config linter and validator.
24
25
* [ opencontainers/runtime-tools] [ runtime-tools ] - A config generator and runtime/bundle testing framework.
25
26
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
36
27
[ bubblewrap ] : https://github.com/projectatomic/bubblewrap
28
+ [ bwrap-oci ] : https://github.com/projectatomic/bwrap-oci
29
+ [ cc-runtime ] : https://github.com/clearcontainers/runtime
37
30
[ crun ] : https://github.com/containers/crun
38
31
[ 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
39
36
[ 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