Currently the Compose file and docker stack is the only way to define operations in a configuration file. This config allows users to perform stack operations, and create networks, but not much else.
There have been a few requests for a config format which is more build/dev/test oriented, for performing developer tasks, or adhoc operations. A config and command to support these sequential (not service) worksflows would be a great addition.
dobi is one example of a tool to perform these types of "project tasks".
is there any update on this feature: docker stack run
For example to run db migrations is so common scenario in modern web apps that i'm wondered why there's no single right way to do it in swarm stack out of the box.
Please consider implementing it 馃檹
Most helpful comment
is there any update on this feature:
docker stack run