MCPcopy Create free account
hub / github.com/docker/compose / ImageSearch

Method ImageSearch

pkg/dryrun/dryrunclient.go:416–418  ·  view source on GitHub ↗
(ctx context.Context, term string, options client.ImageSearchOptions)

Source from the content-addressed store, hash-verified

414}
415
416func (d *DryRunClient) ImageSearch(ctx context.Context, term string, options client.ImageSearchOptions) (client.ImageSearchResult, error) {
417 return d.apiClient.ImageSearch(ctx, term, options)
418}
419
420func (d *DryRunClient) ImageSave(ctx context.Context, images []string, options ...client.ImageSaveOption) (client.ImageSaveResult, error) {
421 return d.apiClient.ImageSave(ctx, images, options...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected