DevOps(Day-18) : Docker deep dive
Docker Compose
It is a multi-container service that is used to spin up many containers at a time. With docker-compose, we can start, stop and rebuild services, can check the status of the services, and can run an On-Off command.
To write a docker-com...
bandandevopsjourney.hashnode.dev3 min read