Docker Certified Associate (DCA) — Question 44
Does this describe the role of Control Groups (cgroups) when used with a Docker container? role-based access control to clustered resources
Answer options
- A. Yes
- B. No
Correct answer: B
Explanation
The statement is incorrect because Control Groups (cgroups) are primarily used to manage and limit resource usage (like CPU and memory) for processes rather than providing role-based access control. The other option, 'No', correctly identifies that cgroups do not serve the purpose of role-based access control.