Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
akavel
9y ago
0 comments
Save
Share
What about docker-compose? We've recently started using it, and we don't see any problems; did your colleagues evaluate it?
0 comments
3 comments · 1 top-level
top
newest
oldest
kingrolo
9y ago
· 2 in thread
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
9y ago
Actually with the new docker-compose version 3 you can do rolling updates[1]. 1.
https://docs.docker.com/compose/compose-file/#/deploy
bpicolo
9y ago
That doesn't suggest zero downtime though, no? Still needs an LB to know to stop routing to that host for a moment.
j
/
k
navigate · click thread line to collapse