Replies: 1 comment 4 replies
-
I believe this feature request is more complicated. Once a service is removed with Personally, I wouldn't find this feature useful since I create all my services using the CLI. PRs are welcomed. Will move this to discussion. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature you would like to see
Right now Dozzle has
stop
andrestart
actions when the Hosts and Containers view is active. I would like to have those same actions but when the Services and Stacks view is active. This way I can easily restart or stop all instances of a service without needing to know which nodes they're running on.Describe how you would like to see this feature implemented
In this mode
stop
should calldocker service rm <service>
andrestart
should calldocker service update --force <service>
.I don't think it's necessary to introduce an additional env var for this: it can just respond to
DOZZLE_ENABLE_ACTIONS
.Describe any alternatives you've considered
No response
Beta Was this translation helpful? Give feedback.
All reactions