nerdctl icon indicating copy to clipboard operation
nerdctl copied to clipboard

feat(compose_up): add --abort-on-container-exit flag

Open alegrey91 opened this issue 11 months ago • 0 comments

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.

alegrey91 avatar Mar 12 '24 18:03 alegrey91