# Functions
Create creates a new list containing information about the specified image, computing its manifest's digest, and retrieving OS and architecture information from its configuration blob.
LoadFromImage reads the manifest list or image index, and additional information about where the various instances that it contains live, from an image record with the specified ID in local storage.
LockerForImage returns a Locker for a given image record.
# Variables
ErrListImageUnknown is returned when we attempt to create an image reference for a List that has not yet been saved to an image.
# Structs
PushOptions includes various settings which are needed for pushing the manifest list and its instances.
# Interfaces
List is a manifest list or image index, either created using Create(), or loaded from local storage using LoadFromImage().