DockerDocker
DCA · Question #61
DCA Question #61: Real Exam Question with Answer & Explanation
The correct answer is B: No. The mnt (mount) Linux kernel namespace is not disabled by default and is routinely used by Docker containers for filesystem isolation.
Submitted by valeria.br· Apr 18, 2026Security
Question
Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used? Solution: mnt
Options
- AYes
- BNo
Explanation
The mnt (mount) Linux kernel namespace is not disabled by default and is routinely used by Docker containers for filesystem isolation.
Common mistakes.
- A. The
mntnamespace is a core component of containerization, enabled by default, and does not require special runtime flags for Docker to use it.
Concept tested. Docker and Linux namespaces (mnt)
Reference. https://docs.docker.com/get-started/overview/#namespaces
Topics
#Linux Namespaces#Container Isolation#Docker Runtime#Filesystem Isolation
Community Discussion
No community discussion yet for this question.