ctr: move push and pull to images command

Signed-off-by: Jess Valarezo <valarezo.jessica@gmail.com>
This commit is contained in:
Jess Valarezo
2017-10-27 15:13:04 -04:00
parent b58e4fc2ed
commit 456d3f4475
4 changed files with 7 additions and 7 deletions

View File

@@ -22,12 +22,14 @@ var Command = cli.Command{
Name: "images",
Usage: "manage images",
Subcommands: cli.Commands{
listCommand,
checkCommand,
exportCommand,
importCommand,
listCommand,
pullCommand,
pushCommand,
removeCommand,
setLabelsCommand,
importCommand,
exportCommand,
},
}