mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2026-04-30 01:45:24 +00:00
15 lines
374 B
YAML
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'
|