### 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