Docker Certified Associate (DCA) — Question 16
Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used? user
Answer options
- A. Yes
- B. No
Correct answer: B
Explanation
The correct answer is B because there is no Linux kernel namespace that is disabled by default; all namespaces are available for use with Docker. Option A is incorrect since it implies the existence of a disabled namespace, which is not the case.