MCPcopy Create free account
hub / github.com/weaveworks/scope / StartContainer

Method StartContainer

cri/runtime/api.pb.go:3727–3727  ·  view source on GitHub ↗

StartContainer starts the container.

(ctx context.Context, in *StartContainerRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

3725 CreateContainer(ctx context.Context, in *CreateContainerRequest, opts ...grpc.CallOption) (*CreateContainerResponse, error)
3726 // StartContainer starts the container.
3727 StartContainer(ctx context.Context, in *StartContainerRequest, opts ...grpc.CallOption) (*StartContainerResponse, error)
3728 // StopContainer stops a running container with a grace period (i.e., timeout).
3729 // This call is idempotent, and must not return an error if the container has
3730 // already been stopped.

Implementers 1

runtimeServiceClientcri/runtime/api.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected