MCPcopy
hub / github.com/vmware-tanzu/sonobuoy / DockerClient

Struct DockerClient

pkg/image/docker_client.go:31–33  ·  view source on GitHub ↗

DockerClient is an implementation of Client that uses the local docker installation to interact with images.

Source from the content-addressed store, hash-verified

29// DockerClient is an implementation of Client that uses the local docker installation
30// to interact with images.
31type DockerClient struct {
32 dockerClient docker.Docker
33}
34
35// TagPair represents a source image and a destination image that it will be tagged and
36// pushed as.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected