mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2026-04-29 17:35:24 +00:00
add commands for lazydocker
This commit is contained in:
@@ -1,2 +1,14 @@
|
||||
gui:
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user