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.6.14
- Published
- Dec 19, 2022
- Platform
- linux/amd64
- Imports
- 15 packages
- Last checked
- 1 minute ago –
Tools for package owners.