MCPcopy
hub / github.com/containerd/containerd / Info

Method Info

client/container.go:55–55  ·  view source on GitHub ↗

Info returns the underlying container record type

(context.Context, ...InfoOpts)

Source from the content-addressed store, hash-verified

53 ID() string
54 // Info returns the underlying container record type
55 Info(context.Context, ...InfoOpts) (containers.Container, error)
56 // Delete removes the container
57 Delete(context.Context, ...DeleteOpts) error
58 // NewTask creates a new task based on the container metadata

Callers 13

TestContainerInfoFunction · 0.95
StartMethod · 0.95
AppFunction · 0.65
NewFunction · 0.65
density.goFile · 0.65
criTestFunction · 0.65
testFunction · 0.65
shim.goFile · 0.65
containers.goFile · 0.65
exec.goFile · 0.65
checkpoint.goFile · 0.65
ShowProgressFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestContainerInfoFunction · 0.76