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, pullCommand, pushCommand, removeCommand, setLabelsCommand, }, }
Command is the cli command for managing images
Source Files ¶
export.go images.go import.go pull.go push.go
- Version
- v1.2.0-beta.0
- Published
- Aug 16, 2018
- Platform
- darwin/amd64
- Imports
- 26 packages
- Last checked
- 3 minutes ago –
Tools for package owners.