MCPcopy Create free account
hub / github.com/arshamalh/dockeroller / ContainerRemove

Method ContainerRemove

docker/docker.go:20–20  ·  view source on GitHub ↗
(containerID string, removeForm *entities.ContainerRemoveForm)

Source from the content-addressed store, hash-verified

18 ContainerStart(containerID string) error
19 ContainerStop(containerID string) error
20 ContainerRemove(containerID string, removeForm *entities.ContainerRemoveForm) error
21 ContainerRename(containerID, newName string) error
22 ContainerPause(containerID string) error
23 ContainerUnpause(containerID string) error

Callers 2

ContainerRemoveDoneMethod · 0.65
ContainerRemoveMethod · 0.65

Implementers 1

dockerdocker/docker.go

Calls

no outgoing calls

Tested by

no test coverage detected