MCPcopy
hub / github.com/docker/compose / ImageList

Method ImageList

pkg/dryrun/dryrunclient.go:408–410  ·  view source on GitHub ↗
(ctx context.Context, options client.ImageListOptions)

Source from the content-addressed store, hash-verified

406}
407
408func (d *DryRunClient) ImageList(ctx context.Context, options client.ImageListOptions) (client.ImageListResult, error) {
409 return d.apiClient.ImageList(ctx, options)
410}
411
412func (d *DryRunClient) ImageLoad(ctx context.Context, input io.Reader, options ...client.ImageLoadOption) (client.ImageLoadResult, error) {
413 return d.apiClient.ImageLoad(ctx, input, options...)

Callers 6

ListTransformersFunction · 0.45
TestDownRemoveImagesFunction · 0.45
TestWatch_SyncFunction · 0.45
labeledLocalImagesMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestDownRemoveImagesFunction · 0.36
TestWatch_SyncFunction · 0.36