Y
Hacker News
new
|
ask
|
show
|
jobs
by
kingrolo
3421 days 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.
1 comments
RabbitmqGuy
3421 days ago
Actually with the new docker-compose version 3 you can do rolling updates[1]. 1.
https://docs.docker.com/compose/compose-file/#/deploy
link
bpicolo
3421 days ago
That doesn't suggest zero downtime though, no? Still needs an LB to know to stop routing to that host for a moment.
link