cmd/ctr: allow deleting multiple containers at once
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
@@ -63,7 +63,6 @@ containerd CLI
|
||||
checkpointCommand,
|
||||
containersCommand,
|
||||
contentCommand,
|
||||
deleteCommand,
|
||||
eventsCommand,
|
||||
execCommand,
|
||||
fetchCommand,
|
||||
@@ -103,6 +102,7 @@ var containersCommand = cli.Command{
|
||||
Aliases: []string{"c"},
|
||||
Subcommands: []cli.Command{
|
||||
containersListCommand,
|
||||
containersDeleteCommand,
|
||||
containersSetLabelsCommand,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user