DockerClient is an implementation of Client that uses the local docker installation to interact with images.
| 29 | // DockerClient is an implementation of Client that uses the local docker installation |
| 30 | // to interact with images. |
| 31 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected