MCPcopy
hub / github.com/containerd/containerd / Export

Method Export

core/transfer/transfer.go:117–117  ·  view source on GitHub ↗
(context.Context, content.Store, []images.Image)

Source from the content-addressed store, hash-verified

115// ImageExporter exports images to a writer
116type ImageExporter interface {
117 Export(context.Context, content.Store, []images.Image) error
118}
119
120// ImageImporter imports an image into a content store

Callers 1

exportStreamMethod · 0.65

Implementers 2

Clientclient/client.go
ImageExportStreamcore/transfer/archive/exporter.go

Calls

no outgoing calls

Tested by

no test coverage detected