Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support rollback options in stack deploy #32585

Closed
aaronlehmann opened this issue Apr 12, 2017 · 3 comments
Closed

Support rollback options in stack deploy #32585

aaronlehmann opened this issue Apr 12, 2017 · 3 comments
Labels
area/cli area/stack kind/enhancement Enhancements are not bugs or new features but can improve usability or performance.

Comments

@aaronlehmann
Copy link
Contributor

#31108 made it possible to control rollback parameters separately from update parameters. It added a set of --rollback-* options mirroring the --update-* options. These parameters should also be supported in compose files.

This PR also added a new failure action called "rollback". This value should be supported for the failure_action key in compose files if it isn't already.

cc @dnephin

@stephenlacy
Copy link

Is there a current way to "update" an existing docker stack service with the rollback options?
Attempting to update an existing service only seems to add the rollback option for that update.

@vdemeester
Copy link
Member

Closing in favor of docker/cli#141

@germantellezv
Copy link

is there a way to specify rollback_config con docker-compose file of docker stack?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli area/stack kind/enhancement Enhancements are not bugs or new features but can improve usability or performance.
Projects
None yet
Development

No branches or pull requests

5 participants