mirror of
https://github.com/docker/compose.git
synced 2026-08-30 13:31:54 +00:00
Detect task failures
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
144c403e96
commit
d3effd2ead
4 changed files with 126 additions and 17 deletions
|
|
@ -77,4 +77,5 @@ type Stack struct {
|
|||
ID string
|
||||
Name string
|
||||
Status string
|
||||
Reason string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue