mirror of
https://github.com/containers/podman.git
synced 2025-11-29 17:48:05 +08:00
Fixes: #26691
Signed-off-by: Oleksandr Krutko <alexander.krutko@gmail.com>
This commit is contained in:
@@ -62,6 +62,8 @@ type WaitOptions struct {
|
||||
Ignore bool
|
||||
// Use the latest created container.
|
||||
Latest bool
|
||||
// Wait for exit of first container which matches conditions, ignore other ones.
|
||||
ExitFirstMatch bool
|
||||
}
|
||||
|
||||
// WaitReport is the result of waiting a container.
|
||||
|
||||
Reference in New Issue
Block a user