DCA Exam QuestionsBrowse all questions from this exam

DCA Exam - Question 29


Does this describe the role of Control Groups (cgroups) when used with a Docker container? user authorization to the Docker API

Show Answer
Correct Answer:

Discussion

2 comments
Sign in to comment
LavaPupOption: B
Dec 7, 2024

B is correct. Control Groups (cgroups) are used for Limit Resource Usage, Isolate Containers, Monitor Resource Consumption. https://medium.com/@maheshwar.ramkrushna/managing-docker-resources-with-cgroups-a-practical-guide-169289c80451

__rajan__Option: B
Jan 8, 2025

Control Groups (cgroups) are NOT used for user authorization to the Docker API.