images

package
v2.0.0-rc.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 38 Imported by: 0

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,
		inspectCommand,
		listCommand,
		mountCommand,
		unmountCommand,
		pullCommand,
		pushCommand,
		pruneCommand,
		removeCommand,
		tagCommand,
		setLabelsCommand,
		convertCommand,
		usageCommand,
	},
}

Command is the cli command for managing images

Functions

func Display

func Display(w io.Writer, status string, statuses []transfer.Progress, start time.Time)

Display pretty prints out the download or upload progress Status tree

func DisplayHierarchy

func DisplayHierarchy(w io.Writer, status string, roots []*progressNode, start time.Time)

func ProgressHandler

func ProgressHandler(ctx context.Context, out io.Writer) (transfer.ProgressFunc, func())

ProgressHandler continuously updates the output with job progress by checking status in the content store.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL