package containers
import "github.com/containerd/containerd/cmd/ctr/commands/containers"
Index ¶
Variables ¶
var Command = cli.Command{ Name: "containers", Usage: "manage containers", Aliases: []string{"c", "container"}, Subcommands: []cli.Command{ createCommand, deleteCommand, infoCommand, listCommand, setLabelsCommand, }, }
Command is the cli command for managing containers
Source Files ¶
- Version
- v1.1.1-rc.1
- Published
- Jun 18, 2018
- Platform
- windows/amd64
- Imports
- 11 packages
- Last checked
- 2 minutes ago –
Tools for package owners.