Beginner Docker & Containers
Q21 / 100

What does "docker-compose" (or "docker compose") primarily help you do?

Correct! Well done.

Incorrect.

The correct answer is B) Define and run multi-container applications using a single YAML configuration file

B

Correct Answer

Define and run multi-container applications using a single YAML configuration file

Explanation

Docker Compose lets you define multiple services, networks, and volumes in a "docker-compose.yml" file and start/stop them together with simple commands.

Progress
21/100