Does this describe the role of Control Groups (cgroups) when used with a Docker container? user authorization to the Docker API
Does this describe the role of Control Groups (cgroups) when used with a Docker container? user authorization to the Docker API
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
Control Groups (cgroups) are NOT used for user authorization to the Docker API.