mirror of
https://github.com/docker/compose.git
synced 2026-08-31 23:03:55 +00:00
Introduce removeOrphans to cleanup injected AWS simulation container
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
db5467ce22
commit
855a879a6a
12 changed files with 63 additions and 32 deletions
|
|
@ -42,7 +42,7 @@ func (p *proxy) Down(ctx context.Context, request *composev1.ComposeDownRequest)
|
|||
}
|
||||
projectName = project.Name
|
||||
}
|
||||
return &composev1.ComposeDownResponse{ProjectName: projectName}, Client(ctx).ComposeService().Down(ctx, projectName)
|
||||
return &composev1.ComposeDownResponse{ProjectName: projectName}, Client(ctx).ComposeService().Down(ctx, projectName, false)
|
||||
}
|
||||
|
||||
func (p *proxy) Services(ctx context.Context, request *composev1.ComposeServicesRequest) (*composev1.ComposeServicesResponse, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue