KCNA · Question #164
What native runtime is Open Container Initiative (OCI) compliant?
The correct answer is A. runC. runC is the reference implementation for the Open Container Initiative (OCI) Runtime Specification, making it a natively OCI-compliant runtime.
Question
What native runtime is Open Container Initiative (OCI) compliant?
Options
- ArunC
- BrunV
- Ckata-containers
- Dgvisor
How the community answered
(26 responses)- A88% (23)
- C4% (1)
- D8% (2)
Why each option
runC is the reference implementation for the Open Container Initiative (OCI) Runtime Specification, making it a natively OCI-compliant runtime.
runC is a lightweight, portable container runtime that serves as the reference implementation for the Open Container Initiative (OCI) Runtime Specification. It is directly used by higher-level container runtimes like containerd and CRI-O to manage the lifecycle of individual containers, ensuring OCI compliance.
runV is a container runtime for virtual machines, offering a different isolation model than runC.
Kata Containers is an open-source project that provides lightweight VMs that feel and perform like containers, but they integrate with OCI runtimes rather than being the native OCI runtime itself.
gVisor is an application kernel that provides an isolation boundary between the running application and the host operating system, offering a different security model.
Concept tested: OCI compliant container runtimes
Source: https://github.com/opencontainers/runc
Topics
Community Discussion
No community discussion yet for this question.