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

containers.go

Version
v1.2.4
Published
Feb 14, 2019
Platform
js/wasm
Imports
14 packages
Last checked
1 hour ago

Tools for package owners.