package
0.0.0-20230522025900-293e5dee5d55
Repository: https://github.com/nextlinux/stereoscope.git
Documentation: pkg.go.dev
# Functions
NewProviderFromDaemon creates a new provider instance for a specific image that will later be cached to the given directory.
NewProviderFromTarball creates a new provider instance for the specific image already at the given path.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
DaemonImageProvider is a image.Provider capable of fetching and representing a docker image from the docker daemon API.
No description provided by the author
No description provided by the author
TarballImageProvider is a image.Provider for a docker image (V2) for an existing tar on disk (the output from a "docker image save ..." command).