StartContainer starts the container.
(ctx context.Context, in *StartContainerRequest, opts ...grpc.CallOption)
| 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. |
no outgoing calls
no test coverage detected