jesseduffield/lazydocker

Is there a bulk command for starting the whole stack, rather than upping it?

pablomalo opened this issue · 0 comments

Hi there, love this application!

In the stack that I am using, when I do a docker compose up, it triggers a bunch of processes that I do not really need. So it's usually faster for me to just do a docker compose start.

In lazydocker, when I hit 'b' for bulk commands, I get the option to up, but not to start.

Is there a way to add it there, or am I not doing things the intended way?

Thanks for your help.