DEV Community

Discussion on: What is the easiest way to deploy Docker Compose and update it with no downtime?

Collapse
 
bennyychan profile image
Benny Chan

Docker-compose itself doesn't have Zero downtime deployment build-in. It's just a wrapper for docker commands so you can manage a bunch of docker containers easily. But you can use Docker Swarm to do so. Docker Swarm is packaged with docker for you to achieve clustering.