Add docker provider #13
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
baeuchle/sayod#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Provider for stopping and later restarting a docker container or docker stack. Maybe combined / combinable with starting a single container (e.g., a database container).
Use case has shifted: we stop containers externally, then backup; sometimes, though, we want to reboot afterwards, in which case it is unneccessary to restart the containers.
Thus, this isn't really needed anymore, or at least not urgently.
The use case can, of course, be extended rather than limited, by demanding an option to only stop/only start the containers.