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, checkpointCommand, restoreCommand, }, }
Command is the cli command for managing containers
Source Files ¶
checkpoint.go containers.go restore.go
- Version
- v1.3.0-beta.2
- Published
- Aug 20, 2019
- Platform
- linux/amd64
- Imports
- 15 packages
- Last checked
- 3 seconds ago –
Tools for package owners.