Add subcommand prune to the container, volume, image and system commands

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
Upstream-commit: 280c8723667af385e0807a090ddc5cc57c46807e
Component: engine
This commit is contained in:
Kenfe-Mickael Laventure
2016-09-22 14:04:34 -07:00
parent 2850aab072
commit 5cfd36294b
16 changed files with 478 additions and 3 deletions

View File

@ -22,6 +22,7 @@ func NewSystemCommand(dockerCli *command.DockerCli) *cobra.Command {
cmd.AddCommand(
NewEventsCommand(dockerCli),
NewInfoCommand(dockerCli),
NewPruneCommand(dockerCli),
)
return cmd
}