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

Method ImageSave

pkg/dryrun/dryrunclient.go:420–422  ·  view source on GitHub ↗
(ctx context.Context, images []string, options ...client.ImageSaveOption)

Source from the content-addressed store, hash-verified

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...)
422}
423
424func (d *DryRunClient) ImageTag(ctx context.Context, options client.ImageTagOptions) (client.ImageTagResult, error) {
425 return d.apiClient.ImageTag(ctx, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected