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

Method ImageLoad

pkg/dryrun/dryrunclient.go:412–414  ·  view source on GitHub ↗
(ctx context.Context, input io.Reader, options ...client.ImageLoadOption)

Source from the content-addressed store, hash-verified

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...)
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected