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.7.25
- Published
- Jan 10, 2025
- Platform
- js/wasm
- Imports
- 18 packages
- Last checked
- 55 seconds ago –
Tools for package owners.