Merge branch 'docker:v2' into issue#9147

This commit is contained in:
Mehrad Dadar 2022-02-22 05:08:29 +03:30 committed by GitHub
commit 7e7262bc77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 974 additions and 414 deletions

View file

@ -404,10 +404,11 @@ const (
// Stack holds the name and state of a compose application/stack
type Stack struct {
ID string
Name string
Status string
Reason string
ID string
Name string
Status string
ConfigFiles string
Reason string
}
// LogConsumer is a callback to process log messages from services