Beginner Docker & Containers
Q19 / 100

What is the default isolation mechanism that allows multiple containers to run on the same host without interfering with each other's processes and filesystems?

Correct! Well done.

Incorrect.

The correct answer is B) Linux namespaces and cgroups

B

Correct Answer

Linux namespaces and cgroups

Explanation

Docker uses Linux kernel features — namespaces for isolating views of resources (PIDs, network, mounts) and cgroups for limiting resource usage — to isolate containers.

Progress
19/100