mirror of
https://github.com/docker/compose.git
synced 2026-08-28 04:18:05 +00:00
introduce up --wait condition
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
9e6f51d262
commit
72e4519cbf
6 changed files with 72 additions and 22 deletions
|
|
@ -124,6 +124,8 @@ type StartOptions struct {
|
|||
CascadeStop bool
|
||||
// ExitCodeFrom return exit code from specified service
|
||||
ExitCodeFrom string
|
||||
// Wait won't return until containers reached the running|healthy state
|
||||
Wait bool
|
||||
}
|
||||
|
||||
// RestartOptions group options of the Restart API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue