MCPcopy Index your code
hub / github.com/coder/coder / dockerCLI

Struct dockerCLI

agent/agentcontainers/containers_dockercli.go:232–234  ·  view source on GitHub ↗

dockerCLI is an implementation for Docker CLI that lists containers.

Source from the content-addressed store, hash-verified

230
231// dockerCLI is an implementation for Docker CLI that lists containers.
232type dockerCLI struct {
233 execer agentexec.Execer
234}
235
236var _ ContainerCLI = (*dockerCLI)(nil)
237

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected