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.13
- Published
- Jun 6, 2022
- Platform
- windows/amd64
- Imports
- 19 packages
- Last checked
- 4 minutes ago –
Tools for package owners.