Skip to content

docs(wait): say multiple containers are waited in order - #7221

Open
locker95 wants to merge 1 commit into
docker:masterfrom
locker95:docs/wait-order
Open

docs(wait): say multiple containers are waited in order#7221
locker95 wants to merge 1 commit into
docker:masterfrom
locker95:docs/wait-order

Conversation

@locker95

Copy link
Copy Markdown

wait goes through the names one by one and prints each exit code on its own line. it does not wait on all of them at once.

wait loops over the names and prints one exit code per line.
It does not wait for all of them in parallel.

Signed-off-by: Dean Chen <862469039@qq.com>
@locker95
locker95 requested review from a team and thaJeztah as code owners August 18, 2026 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant