# Functions
DockerLoad performs a `docker load` of the given image with its manifest and layerPaths.
DockerLoadTar performs a `docker load` of a TAR containing the V1 docker load format.
GetLayerInfo returns the parsed V1 layer information for the given layer.
HasImage returns true if the current Docker daemon reports that the image with the given ID exists.
# Constants
No description provided by the author
# Structs
V1LayerInfo holds information derived from a V1 history JSON blob.