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
Display pretty prints out the download or upload progress Status tree
func DisplayHierarchy ¶ added in v1.7.0
func ProgressHandler ¶ added in v1.7.0
ProgressHandler continuously updates the output with job progress by checking status in the content store.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.