nerdctl
nerdctl copied to clipboard
feat(compose_up): add --abort-on-container-exit flag
Fixes #2795 .
This PR adds the flag --abort-on-container-exit
flag for nerdctl compose up
command.
As the flag says, using it all containers are being stopped if any container was stopped during the run.