Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in Docker by (7k points)
edited by
Is it used to run multiple containers ?How?

1 Answer

0 votes
by (31.9k points)

Docker Compose is used for running multiple Docker containers. Compose is a tool used to define and run multi-container applications. You write a YAML file to configure your application’s services. It enables you create and start all the services with a single command (docker compose up).

Want to Learn DevOps, check out this DevOps Course by Intellipaat.

Browse Categories

...