docker-archive / dockercloud-cli

CLI for Docker Cloud
https://cloud.docker.com/
Apache License 2.0
74 stars 40 forks source link

Redeploy changed services on stack update #28

Open evanp opened 8 years ago

evanp commented 8 years ago

It would be nice if, when I update a stack using docker-cloud stack update, at least the following things happened:

tifayuki commented 8 years ago

@evanp Unfortunately, our current API implementation doesn't support that.

When you update the stack:

You have to redeploy the stack and terminate the removed services manually afterwards. If you don't like the downtime caused by the redeployment, you can manually start the newly created service and redeploy the services we marked “need to redeploy to apply changes”.