Beginner
Docker & Containers
Q22 / 100
In a "docker-compose.yml" file, what does the "services" key represent?
Correct! Well done.
Incorrect.
The correct answer is B) The individual containers (applications) that make up the application, each with its own configuration
B
Correct Answer
The individual containers (applications) that make up the application, each with its own configuration
Explanation
Each entry under "services" defines a container — its image or build context, ports, volumes, environment variables, and dependencies.
Progress
22/100