Merge aaa703e846
into d03ea10be2
This commit is contained in:
commit
5ebefb075e
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ func pullCmd(c *cli.Context) error {
|
|||
if err != nil {
|
||||
return errors.Wrapf(err, "could not create runtime")
|
||||
}
|
||||
defer runtime.Shutdown()
|
||||
if err := runtime.PullImage(image, c.Bool("all-tags"), os.Stdout); err != nil {
|
||||
return errors.Errorf("error pulling image from %q: %v", image, err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue