MCPcopy
hub / github.com/moby/moby / ImageInspect

Method ImageInspect

client/client_interfaces.go:134–134  ·  view source on GitHub ↗
(ctx context.Context, image string, _ ...ImageInspectOption)

Source from the content-addressed store, hash-verified

132 ImagePrune(ctx context.Context, opts ImagePruneOptions) (ImagePruneResult, error)
133
134 ImageInspect(ctx context.Context, image string, _ ...ImageInspectOption) (ImageInspectResult, error)
135 ImageHistory(ctx context.Context, image string, _ ...ImageHistoryOption) (ImageHistoryResult, error)
136 ImageAttestations(ctx context.Context, image string, _ ...ImageAttestationsOption) (ImageAttestationsResult, error)
137

Callers 5

TestImageInspectErrorFunction · 0.65
TestImageInspectFunction · 0.65

Implementers 1

Clientclient/client.go

Calls

no outgoing calls

Tested by 5

TestImageInspectErrorFunction · 0.52
TestImageInspectFunction · 0.52