Docker Certified Associate (DCA) — Question 43
Does this describe the role of Control Groups (cgroups) when used with a Docker container? user authorization to the Docker API
Answer options
- A. Yes
- B. No
Correct answer: B
Explanation
The correct answer is B because Control Groups (cgroups) are used to manage resources and limit the amount of resources allocated to Docker containers, rather than handling user authorization to the Docker API. Option A is incorrect as it misrepresents the primary purpose of cgroups.