package
0.9.0
Repository: https://github.com/jszwedko/docker-builder.git
Documentation: pkg.go.dev

# Functions

NewDockerClient returns a new DockerClient (wrapper for a conneciton with a docker daemon), properly initialized.

# Interfaces

DockerClient is a wrapper for the go docker library.

# Type aliases

APIImagesSlice is a type that wraps []docker.APIImages so that it can be sorted using the "sort" package Interface.