MCPcopy
hub / github.com/containerd/containerd / Start

Method Start

client/sandbox.go:45–45  ·  view source on GitHub ↗

Start starts new sandbox instance

(ctx context.Context)

Source from the content-addressed store, hash-verified

43 Labels(ctx context.Context) (map[string]string, error)
44 // Start starts new sandbox instance
45 Start(ctx context.Context) error
46 // Stop sends stop request to the shim instance.
47 Stop(ctx context.Context) error
48 // Wait blocks until sandbox process exits.

Callers 3

StartMethod · 0.65
StartMethod · 0.65
StartMethod · 0.65

Implementers 1

sandboxClientclient/sandbox.go

Calls

no outgoing calls

Tested by

no test coverage detected