nerdctl
nerdctl copied to clipboard
Support `--abort-on-container-exit` for nerdctl compose up.
What is the problem you're trying to solve
I have a use case which uses docker compose up --abort-on-container-exit to stop all containers if any container was stopped.
Describe the solution you'd like
I'd like to have nerdctl compose up support --abort-on-container-exit flag.
Additional context
Use case is https://github.com/runfinch/finch/issues/572
@austinvazquez if you agree I'd like to take care of this issue
Catching up on notifs. Thanks @alegrey91 for pushing this through!
It was a pleasure @austinvazquez. Hope this new flag could be helpful for your needs!