# Packages
No description provided by the author
# Functions
AddImages adds images to the global set.
FindImage searches in the global set for an image ID and returns (*Image, true) if found.
IterateImages iterates over all images in the global set.
NewClient wraps the internal client.NewClientWithOpts function, which creates a new Docker client using the options provided.
NewImage creates an Image using the given configuration.
NewImagesSet returns a new instance of ImagesSet.
# Structs
Image holds the information about a Docker image.
ImageConfig has all the configurations for a Docker image.
ImagesSet is a set of images.