nerdexam
Linux_Foundation

KCNA · Question #163

Open Container Initiative set container standards for

The correct answer is D. Run, Build, Distribute containers. The Open Container Initiative (OCI) sets standards for how container runtimes operate and how container images are structured, built, and distributed.

Submitted by sofia.br· May 4, 2026Kubernetes Fundamentals

Question

Open Container Initiative set container standards for

Options

  • ACode, Build, Distribute, Deploy containers
  • BRun, build, and image
  • CCode, Build, Distribute containers
  • DRun, Build, Distribute containers

How the community answered

(17 responses)
  • A
    6% (1)
  • C
    6% (1)
  • D
    88% (15)

Why each option

The Open Container Initiative (OCI) sets standards for how container runtimes operate and how container images are structured, built, and distributed.

ACode, Build, Distribute, Deploy containers

OCI primarily focuses on runtime and image format, not explicitly on "Code" or "Deploy" as high-level phases of the entire container lifecycle, which are broader concepts.

BRun, build, and image

While "Run, build, and image" are related, "Distribute" is a core aspect of the OCI Image Format Specification, defining how images are shared.

CCode, Build, Distribute containers

"Code" is too broad for OCI's focus, which centers on artifacts after code is written, though "Distribute" is correct, runtime operations are also key.

DRun, Build, Distribute containersCorrect

The Open Container Initiative (OCI) specifies two main standards: the Runtime Specification (runtime-spec) for how container runtimes should operate, and the Image Format Specification (image-spec) for how container images should be built, structured, and distributed. These specifications collectively enable consistent "Run, Build, Distribute" operations across different container ecosystems.

Concept tested: Open Container Initiative (OCI) standards

Source: https://opencontainers.org/about/overview/

Topics

#OCI#Container standards#Container image#Container runtime

Community Discussion

No community discussion yet for this question.

Full KCNA Practice