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

Method ContainersList

docker/docker.go:15–15  ·  view source on GitHub ↗
(ctx context.Context, filters filters.Args)

Source from the content-addressed store, hash-verified

13type Docker interface {
14 GetContainer(containerID string) (*entities.Container, error)
15 ContainersList(ctx context.Context, filters filters.Args) (containers []*entities.Container)
16 ContainerLogs(containerID string) (io.ReadCloser, error)
17 ContainerStats(containerID string) (io.ReadCloser, error)
18 ContainerStart(containerID string) error

Callers 6

TestContainersListFunction · 0.65
TestContainersNavFunction · 0.65
ContainersListMethod · 0.65
ContainersNavBtnMethod · 0.65
ContainerRemoveDoneMethod · 0.65

Implementers 1

dockerdocker/docker.go

Calls

no outgoing calls

Tested by 2

TestContainersListFunction · 0.52
TestContainersNavFunction · 0.52