package plugins
import "github.com/containerd/containerd/cmd/ctr/commands/plugins"
Index ¶
Variables ¶
var Command = cli.Command{ Name: "plugins", Aliases: []string{"plugin"}, Usage: "Provides information about containerd plugins", Subcommands: []cli.Command{ listCommand, }, }
Command is a cli command that outputs plugin information
Source Files ¶
- Version
- v1.7.17
- Published
- May 16, 2024
- Platform
- windows/amd64
- Imports
- 12 packages
- Last checked
- 1 minute ago –
Tools for package owners.