You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
❔ Possible Solution
enhance cookbook to accommodate docker swarm deployments and include examples for how to add this to recipes.
⤴️ Describe alternatives you've considered
Keep current cookbook as is and never do something cool or challenging
🗣️ 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.
❔ Possible Solution
enhance cookbook to accommodate docker swarm deployments and include examples for how to add this to recipes.
Keep current cookbook as is and never do something cool or challenging
➕ Additional context
You can read more about docker swarm stacks here https://docs.docker.com/engine/swarm/stack-deploy/ .
The text was updated successfully, but these errors were encountered: