5 ms·
docker-compose is really straightforward to get running, even moreso with docker-machine, and it gives you dev/prod parity, but the downside is that there's not
by kingrolo 10y ago
docker-compose is really straightforward to get running, even moreso with docker-machine, and it gives you dev/prod parity, but the downside is that there's not a built in way to do zero downtime deploys.
- RabbitmqGuy 10y agoActually with the new docker-compose version 3 you can do rolling updates[1]. 1. https://docs.docker.com/compose/compose-file/#/deploy https://docs.docker.com/compose/compose-file/#/deploy
- bpicolo 10y agoThat doesn't suggest zero downtime though, no? Still needs an LB to know to stop routing to that host for a moment.