MCPcopy
hub / github.com/containerd/containerd / Update

Method Update

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

Update a container

(context.Context, ...UpdateContainerOpts)

Source from the content-addressed store, hash-verified

82 Extensions(context.Context) (map[string]typeurl.Any, error)
83 // Update a container
84 Update(context.Context, ...UpdateContainerOpts) error
85 // Checkpoint creates a checkpoint image of the current container
86 Checkpoint(context.Context, string, ...CheckpointOpts) (Image, error)
87 // Restore restores a container and returns the PID of the

Callers 10

TestContainerUpdateFunction · 0.95
UnpackMethod · 0.65
createNewImageMethod · 0.65
ImportMethod · 0.65
UpdateMethod · 0.65
UpdateMethod · 0.65
SetLabelsMethod · 0.65
UpdateMethod · 0.65
SetLabelMethod · 0.65
UpdateMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestContainerUpdateFunction · 0.76