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.4.3
Published
Nov 30, 2020
Platform
js/wasm
Imports
15 packages
Last checked
1 hour ago

Tools for package owners.