Replies: 2 comments
|
I don't think there's a built-in way to disable the confirmation dialog at the moment. customCommands:
containers:
- name: stop (no confirm)
attach: false
command: 'docker stop {{ .Container.ID }}'After that, you can trigger the command with c from the containers panel and the container will stop immediately without asking for confirmation. |
|
I’m missing this feature too! I only use lazydocker locally, and I’d actually prefer to disable all confirmation dialogs. Creating a custom command could be a solution, if it were possible to bind a hotkey to it. I checked out the project, and disabling the confirmation dialog would actually be a pretty simple feature. You could replace the following lines: lazydocker/pkg/gui/services_panel.go Lines 226 to 239 in 7e7aadc with
|
Uh oh!
There was an error while loading. Please reload this page.
All in the title. I read the doc with no luck, maybe I'm not seeing some options...
All reactions