Issue
I'm looking for a way to reduce the output generated by docker compose up
.
When running in CI all the "interactive" output for download and extract progress is completely useless and generate lots of useless text.
docker
has --quiet
but I don't see the same for docker compose
.
Solution
There is a --quiet-pull
option that lets you reduce the output generated docker compose up
and docker compose run
docker compose up --quiet-pull
Answered By - user2176681 Answer Checked By - Marie Seifert (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.