cmd/ctr: show resolved image platform
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
@@ -39,7 +39,9 @@ command. As part of this process, we do the following:
|
||||
// TODO: Show unpack status
|
||||
fmt.Printf("unpacking %s...\n", img.Target().Digest)
|
||||
err = img.Unpack(ctx, clicontext.String("snapshotter"))
|
||||
fmt.Println("done")
|
||||
if err == nil {
|
||||
fmt.Println("done")
|
||||
}
|
||||
return err
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user