mirror of
https://github.com/docker/compose.git
synced 2026-08-28 12:23:49 +00:00
compose images should list created containers images
Signed-off-by: Kevin Roy <kiniou@gmail.com>
This commit is contained in:
parent
e2f33af831
commit
d7d29b25bc
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ import (
|
|||
|
||||
func (s *composeService) Images(ctx context.Context, projectName string, options api.ImagesOptions) ([]api.ImageSummary, error) {
|
||||
allContainers, err := s.apiClient.ContainerList(ctx, moby.ContainerListOptions{
|
||||
All: true,
|
||||
Filters: filters.NewArgs(projectFilter(projectName)),
|
||||
})
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue