QuestionQ67

Container and Container Orchestration

Which of the following statements regarding the Open Container Initiative (OCI) are true?

Choose three
  • A runC is an OCI-compliant container runtime.
  • B OCI solves the compatibility issue among container providers.
  • C The specifications released by OCI include runtime spec and image format spec.
  • D OCI defines the communications on the container network.
Explanation

OCI provides open, portable, vendor-neutral standards that improve interoperability among container implementations. runC is a low-level runtime that implements the OCI Runtime Specification. OCI publishes both the Runtime Specification and the Image Format Specification. Its runtime and image standards do not define communications on a container network.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!