MCPcopy Create free account
hub / github.com/Mirantis/cri-dockerd / StartContainer

Method StartContainer

libdocker/client.go:68–68  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

66 createConfig ContainerCreateConfig,
67 ) (*dockercontainer.CreateResponse, error)
68 StartContainer(id string) error
69 StopContainer(id string, timeout time.Duration) error
70 UpdateContainerResources(id string, updateConfig dockercontainer.UpdateConfig) error
71 RemoveContainer(id string, opts dockercontainer.RemoveOptions) error

Callers 7

TestListContainersFunction · 0.65
TestContainerStatusFunction · 0.65
TestContainerLogPathFunction · 0.65
StartContainerMethod · 0.65
RunPodSandboxMethod · 0.65
StartContainerMethod · 0.65

Implementers 5

instrumentedInterfacelibdocker/instrumented_client.go
kubeDockerClientlibdocker/kube_docker_client.go
FakeDockerClientlibdocker/fake_client.go
MockDockerClientInterfacelibdocker/testing/mock_client.go
MockDockerClientInterfaceMockRecorderlibdocker/testing/mock_client.go

Calls

no outgoing calls

Tested by 4

TestListContainersFunction · 0.52
TestContainerStatusFunction · 0.52
TestContainerLogPathFunction · 0.52