Docker Certified Associate (DCA) — Question 52
Is this a type of Linux kernel namespace that provides container isolation?
Process ID
Answer options
- A. Yes
- B. No
Correct answer: A
Explanation
The correct answer is 'Yes' because Process ID namespaces are designed to provide isolation for process identifiers in containers, allowing them to have their own unique set of process IDs. The answer 'No' is incorrect as it does not recognize the role of Process ID namespaces in achieving container isolation.