Docker Certified Associate (DCA) — Question 45
Does this describe the role of Control Groups (cgroups) when used with a Docker container? accounting and limiting of resources
Answer options
- A. Yes
- B. No
Correct answer: A
Explanation
The correct answer is 'Yes' because Control Groups (cgroups) are specifically designed to track and limit the resources that a Docker container can utilize. The other option, 'No,' is incorrect as it denies the crucial role cgroups play in resource management.