πŸš€ DevOps Certified Professional
πŸ“… Starting: 1st of Every Month 🀝 +91 8409492687 | 🀝 +1 (469) 756-6329 πŸ” Contact@DevOpsSchool.com

List out features of docker-compose

DevOps

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

1.Compose is a tool for defining and running multi-container Docker applications

2. A YAML file is used to configure all the application services

3. With a single command the services can be created and started using the defined configurations

4. Compose has command to start , stop and rebuild services.

5. docker-compose can be used to view the status of the running services.

6. It can stream the log output of running services.

7.docker-compose only recreates containers that have changed.