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…
Question
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)- A4% (2)
- B4% (2)
- C81% (44)
- D11% (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
Community Discussion
No community discussion yet for this question.