nerdexam
LPI

305-300 · Question #51

What is a container image?

The correct answer is C. A snapshot of an application and its dependencies. A container image is a static, immutable package that contains an application along with all its required dependencies, libraries, and configuration files. Containerization documentation defines a container image as a snapshot of an application and its runtime environment…

Containerization

Question

What is a container image?

Options

  • AA physical server
  • BA lightweight virtual machine
  • CA snapshot of an application and its dependencies
  • DAn operating system kernel

How the community answered

(40 responses)
  • A
    3% (1)
  • B
    15% (6)
  • C
    75% (30)
  • D
    8% (3)

Explanation

A container image is a static, immutable package that contains an application along with all its required dependencies, libraries, and configuration files. Containerization documentation defines a container image as a snapshot of an application and its runtime environment, which can be instantiated as a running container. Container images do not include a full operating system kernel; instead, containers share the host system's kernel. This design makes containers lightweight and fast to deploy compared to traditional virtual machines.

Topics

#container image#application snapshot#dependencies#container basics

Community Discussion

No community discussion yet for this question.

Full 305-300 Practice