cmd/ctr: allow deleting multiple containers at once

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day
2017-07-27 15:30:35 -07:00
parent d4349eff39
commit 83ac874886
2 changed files with 38 additions and 19 deletions

View File

@@ -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,
},
}