Documentation
¶
Index ¶
- Variables
- func Display(w io.Writer, status string, statuses []transfer.Progress, start time.Time)
- func DisplayHierarchy(w io.Writer, status string, roots []*progressNode, start time.Time)
- func ParseEncArgs(context *cli.Context) parsehelpers.EncArgs
- func ProgressHandler(ctx context.Context, out io.Writer) (transfer.ProgressFunc, func())
- type LayerInfo
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, inspectCommand, listCommand, mountCommand, unmountCommand, pullCommand, pushCommand, pruneCommand, removeCommand, tagCommand, setLabelsCommand, convertCommand, usageCommand, encryptCommand, decryptCommand, layerinfoCommand, }, }
Command is the cli command for managing images
Functions ¶
func DisplayHierarchy ¶
func ParseEncArgs ¶
func ParseEncArgs(context *cli.Context) parsehelpers.EncArgs
func ProgressHandler ¶
ProgressHandler continuously updates the output with job progress by checking status in the content store.
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.