dockerCLI is an implementation for Docker CLI that lists containers.
| 230 | |
| 231 | // dockerCLI is an implementation for Docker CLI that lists containers. |
| 232 | type dockerCLI struct { |
| 233 | execer agentexec.Execer |
| 234 | } |
| 235 | |
| 236 | var _ ContainerCLI = (*dockerCLI)(nil) |
| 237 |
nothing calls this directly
no outgoing calls
no test coverage detected