Files
nix-macos/files/lazydocker/config.yml
T

15 lines
374 B
YAML

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'