# Packages
No description provided by the author
# Functions
FromGuestImage returns a new provider to that expose the volumes on the given image.
FromHost returns a volume which has the files from the given path.
FromImage returns a new provider to that expose the volumes on the given image.
New returns an empty volume.
NewSet returns a new volume set.
NewSetWithTempDir returns a new volume set and creates all temporary files under the tempDir.
WithPullOptions sets the snapshotter's pull options.
WithSnapshotter sets the snapshotter to pull images.
# Structs
GuestVolumeImageInput is volume-init command's input.
GuestVolumeImageOutput is volume-init command's output.
GuestVolumeImageProvider expose volumes from in-VM snapshotters.
Mount is used to expose volumes to containers.
Set is a set of volumes.
Volume is a special directory that could be shared between containers.
# Interfaces
Provider provides volumes from different sources.
# Type aliases
ImageOpt allows setting optional properties of the provider.