add commands for lazydocker

This commit is contained in:
2026-04-23 18:22:33 +02:00
parent 4226a82287
commit 7bdf14a9d5
+12
View File
@@ -1,2 +1,14 @@
gui: gui:
returnImmediately: true returnImmediately: true
customCommands:
containers:
- name: "spawn sh"
attach: true
command: 'docker run -it --rm {{ .Container.ID }} sh'
- name: "spawn ash"
attach: true
command: 'docker run -it --rm {{ .Container.ID }} ash'
- name: "spawn bash"
attach: true
command: 'docker run -it --rm {{ .Container.ID }} bash'