Signed-off-by: Oleksandr Krutko <alexander.krutko@gmail.com>
This commit is contained in:
Oleksandr Krutko
2025-08-02 22:57:23 +03:00
parent 0c4c9e4fbc
commit a75f74b1d3
6 changed files with 97 additions and 0 deletions

View File

@ -30,6 +30,9 @@ container to be fully removed. To wait for the removal of a container use
#### **--condition**=*state*
Container state or condition to wait for. Can be specified multiple times where at least one condition must match for the command to return. Supported values are "configured", "created", "exited", "healthy", "initialized", "paused", "removing", "running", "stopped", "stopping", "unhealthy". The default condition is "stopped".
#### **--exit-first-match**
Wait for exit of first container which matches conditions, ignore other ones.
#### **--help**, **-h**
Print usage statement