Skip to content

Commit

Permalink
docs(command_reference): add --abort-on-container-exit flag in compos…
Browse files Browse the repository at this point in the history
…e up cmd

Signed-off-by: Alessio Greggi <ale_grey_91@hotmail.it>
  • Loading branch information
alegrey91 committed Mar 13, 2024
1 parent 9bdf540 commit f5d6c66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,8 @@ Usage: `nerdctl compose up [OPTIONS] [SERVICE...]`

Flags:

- :whale: `-d, --detach`: Detached mode: Run containers in the background
- :whale: `--abort-on-container-exit`: Stops all containers if any container was stopped. Incompatible with `-d`.
- :whale: `-d, --detach`: Detached mode: Run containers in the background. Incompatible with `--abort-on-container-exit`.
- :whale: `--no-build`: Don't build an image, even if it's missing.
- :whale: `--no-color`: Produce monochrome output
- :whale: `--no-log-prefix`: Don't print prefix in logs
Expand Down

0 comments on commit f5d6c66

Please sign in to comment.