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.6.2
- Published
- Mar 24, 2022
- Platform
- windows/amd64
- Imports
- 31 packages
- Last checked
- 8 minutes ago –
Tools for package owners.