package
0.3.7
Repository: https://github.com/vitorfhc/bob.git
Documentation: pkg.go.dev

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