Hacker News new | ask | show | jobs
by RabbitmqGuy 3433 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
1 comments

That doesn't suggest zero downtime though, no? Still needs an LB to know to stop routing to that host for a moment.