mirror of
https://github.com/rancher/os.git
synced 2025-09-02 07:15:41 +00:00
Fix 'rancher.log'
This commit is contained in:
4
vendor/github.com/docker/libcompose/docker/service.go
generated
vendored
4
vendor/github.com/docker/libcompose/docker/service.go
generated
vendored
@@ -292,6 +292,10 @@ func (s *Service) up(ctx context.Context, imageName string, create bool, options
|
||||
}
|
||||
}
|
||||
|
||||
if options.Log {
|
||||
go c.Log(ctx, true)
|
||||
}
|
||||
|
||||
return c.Up(ctx, imageName)
|
||||
})
|
||||
}
|
||||
|
1
vendor/github.com/docker/libcompose/project/options/types.go
generated
vendored
1
vendor/github.com/docker/libcompose/project/options/types.go
generated
vendored
@@ -31,6 +31,7 @@ type Create struct {
|
||||
// Up holds options of compose up.
|
||||
type Up struct {
|
||||
Create
|
||||
Log bool
|
||||
}
|
||||
|
||||
// ImageType defines the type of image (local, all)
|
||||
|
Reference in New Issue
Block a user