What is Docker Compose?
Experience Level: Junior
Tags: Docker Compose
Answer
Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your configuration.
Related Docker Compose job interview questions
How do you run all services that are defined in Docker Compose file?
Docker Compose Junior