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

Method RemoveContainer

libdocker/client.go:71–71  ·  view source on GitHub ↗
(id string, opts dockercontainer.RemoveOptions)

Source from the content-addressed store, hash-verified

69 StopContainer(id string, timeout time.Duration) error
70 UpdateContainerResources(id string, updateConfig dockercontainer.UpdateConfig) error
71 RemoveContainer(id string, opts dockercontainer.RemoveOptions) error
72 InspectImageByRef(imageRef string) (*dockertypes.ImageInspect, error)
73 InspectImageByID(imageID string) (*dockertypes.ImageInspect, error)
74 ListImages(opts dockertypes.ImageListOptions) ([]dockerimagetypes.Summary, error)

Callers 7

TestContainerStatusFunction · 0.65
TestContainerLogPathFunction · 0.65
RemoveContainerMethod · 0.65
RemovePodSandboxMethod · 0.65
RemoveContainerMethod · 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 3

TestContainerStatusFunction · 0.52
TestContainerLogPathFunction · 0.52