default to inspect docker images

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca
2016-02-07 18:13:30 +01:00
parent 1d452edce6
commit 01b47e3681
2 changed files with 8 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ func main() {
},
cli.StringFlag{
Name: "img-type",
Value: "",
Value: imgTypeDocker,
Usage: "Either docker or appc",
},
}