package images
import "github.com/containerd/containerd/cmd/ctr/commands/images"
Index ¶
Variables ¶
var Command = cli.Command{ Name: "images", Aliases: []string{"image"}, 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.0.1-rc.0
- Published
- Jan 11, 2018
- Platform
- js/wasm
- Imports
- 26 packages
- Last checked
- 4 minutes ago –
Tools for package owners.