Replace "wait for deploy" logic with upstream --detach=false #607

Open
opened 2024-04-09 08:23:33 +00:00 by decentral1se · 0 comments
Owner

When you run docker stack deploy ... with the latest Docker CLI, you see:

Since --detach=false was not specified, tasks will be created in the background.
In a future release, --detach=false will become the default.

And we can see they've implememented this detach=... finally:

-d, --detach Exit immediately instead of waiting for the stack services to converge (default true)

So, we can finally remove my totally scotch-taped implementation with something that actually works 🎉

When you run `docker stack deploy ...` with the latest Docker CLI, you see: > Since --detach=false was not specified, tasks will be created in the background. > In a future release, --detach=false will become the default. And we can see they've implememented this `detach=...` finally: > -d, --detach Exit immediately instead of waiting for the stack services to converge (default true) So, we can finally remove my totally scotch-taped implementation with something that actually works 🎉
decentral1se added the
enhancement
abra
labels 2024-04-09 08:23:33 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/organising#607
No description provided.