docker
docker copied to clipboard
Support docker swarm stacks
:speaking_head: Foreword
Thank for taking the time to fill this feature request fully. Without it we may not be able to , and the issue may be closed without resolution.
:person_frowning: Problem Statement
When running Docker Engine 1.25 and up in swarm mode, you can use docker stack deploy to deploy a complete application stack to the swarm. The deploy command accepts a stack description in the form of a Compose file.
:grey_question: Possible Solution
enhance cookbook to accommodate docker swarm deployments and include examples for how to add this to recipes.
:arrow_heading_up: Describe alternatives you've considered
Keep current cookbook as is and never do something cool or challenging
:heavy_plus_sign: Additional context
You can read more about docker swarm stacks here https://docs.docker.com/engine/swarm/stack-deploy/ .
Related #940