Rollback difference

What’s the difference between docker service rollback vs docker service update --rollback? I used both in my Lab and it does the same thing… probably it’s only preference?

yes, both do the same thing, but with the update --rollback you have more control like --rollback-delay and --rollback-max-failure-ratio, …etc. Check the supported options with the update --rollback docker service update | Docker Docs

gotcha! Thank you very much!