nerdexam
LPI

305-300 · Question #60

Which of the following is true about LXC?

The correct answer is C. It is a container runtime. LXC (Linux Containers) is a container runtime that uses Linux kernel features such as namespaces and cgroups to provide lightweight, isolated environments. According to containerization documentation, LXC allows multiple Linux systems (containers) to run on a single host while…

Containerization

Question

Which of the following is true about LXC?

Options

  • AIt is only compatible with Windows
  • BIt does not use the Linux kernel
  • CIt is a container runtime
  • DIt is primarily used for virtual machine management

How the community answered

(54 responses)
  • A
    4% (2)
  • B
    4% (2)
  • C
    81% (44)
  • D
    11% (6)

Explanation

LXC (Linux Containers) is a container runtime that uses Linux kernel features such as namespaces and cgroups to provide lightweight, isolated environments. According to containerization documentation, LXC allows multiple Linux systems (containers) to run on a single host while sharing the same kernel. LXC is Linux-specific, uses the Linux kernel directly, and is not a virtual machine manager.

Topics

#LXC#container runtime#Linux containers

Community Discussion

No community discussion yet for this question.

Full 305-300 Practice