# 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.