images

package
v1.7.2 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2023 License: Apache-2.0 Imports: 35 Imported by: 106

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,
		pruneCommand,
		removeCommand,
		tagCommand,
		setLabelsCommand,
		convertCommand,
		usageCommand,
	},
}

Command is the cli command for managing images

Functions

func Display added in v1.7.0

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 added in v1.7.0

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

func ProgressHandler added in v1.7.0

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