package snapshots
import "github.com/containerd/containerd/cmd/ctr/commands/snapshots"
Index ¶
Variables ¶
var Command = cli.Command{ Name: "snapshots", Aliases: []string{"snapshot"}, Usage: "manage snapshots", Flags: commands.SnapshotterFlags, Subcommands: cli.Commands{ commitCommand, diffCommand, infoCommand, listCommand, mountCommand, prepareCommand, removeCommand, setLabelCommand, treeCommand, unpackCommand, usageCommand, viewCommand, }, }
Command is the cli command for managing snapshots
Source Files ¶
- Version
- v1.5.0-beta.0
- Published
- Jan 21, 2021
- Platform
- windows/amd64
- Imports
- 19 packages
- Last checked
- 6 minutes ago –
Tools for package owners.