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{
		deleteCommand,
		infoCommand,
		listCommand,
		setLabelsCommand,
	},
}

Command is the cli command for managing containers

Source Files

containers.go

Version
v1.0.1
Published
Jan 17, 2018
Platform
windows/amd64
Imports
10 packages
Last checked
1 second ago

Tools for package owners.