Science, asked by jhss5486, 1 year ago

Docker: What is docker-compose tool and when it is useful ?

Answers

Answered by Kanagasabapathy
0
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.
Answered by ryan567
1
HEY mate ur ans
Docker Compose. Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a Compose file to configure your application's services. Then, using a single command, you create and start all the services from your configuration.
Similar questions