package images

import "github.com/containerd/containerd/cmd/ctr/commands/images"

Index

Variables

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,
	},
}

Command is the cli command for managing images

Source Files

convert.go export.go images.go import.go mount.go pull.go push.go tag.go unmount.go

Version
v1.5.3
Published
Jul 13, 2021
Platform
linux/amd64
Imports
31 packages
Last checked
10 minutes ago

Tools for package owners.