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.
- Docker compose is used for running multiple container as 1 service
- Each service is isolated from one another
- No dependency to start each service independently
- one yaml file contains all and can be run in 1 shot
- Docker manages single container , docker-compose manages multiple applications
- It is a powerful tool , to set up and deploy application
- Start all services: Docker Compose up.
- Stop all services: Docker Compose down.
- Run Docker Compose file: Docker-compose up -d.
- List the entire process: Docker ps.