Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cli.Command{ Name: "images", Aliases: []string{"image", "i"}, Usage: "manage images", Subcommands: cli.Commands{ &checkCommand, &exportCommand, &importCommand, &listCommand, &mountCommand, &unmountCommand, &pullCommand, &pushCommand, &removeCommand, &tagCommand, &setLabelsCommand, &convertCommand, &encryptCommand, &decryptCommand, &layerinfoCommand, }, }
Command is the cli command for managing images
Functions ¶
func ParseEncArgs ¶
func ParseEncArgs(context *cli.Context) parsehelpers.EncArgs
Types ¶
type LayerInfo ¶
type LayerInfo struct { // The Number of this layer in the sequence; starting at 0 Index uint32 Descriptor ocispec.Descriptor }
LayerInfo holds information about an image layer
Click to show internal directories.
Click to hide internal directories.