ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 154 - DCA discussion

Report
Export

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

Solution: isolation between resources used by containers

A.

Yes

Answers
A.

Yes

B.

No

Answers
B.

No

Suggested answer: A

Explanation:

Control Groups (cgroups) are a Linux kernel feature that allow you to limit, modify, or allocate resources as needed1.Docker uses cgroups to isolate the resources used by containers, such as CPU, memory, disk I/O, network, etc2.This means that each container can have its own set of resource limits and constraints, and that the containers cannot interfere with each other or with the host system2. This improves the security, performance, and reliability of the containers and the system as a whole.Reference:

Lab: Control Groups (cgroups) | dockerlabs

Docker run reference | Docker Docs

asked 08/11/2024
Colin Mabe
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first