Open evanp opened 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”.
It would be nice if, when I update a stack using
docker-cloud stack update
, at least the following things happened: