Restore take image

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett
2018-09-17 11:10:41 -04:00
parent 0e4d9da755
commit ce0673fd7d
2 changed files with 2 additions and 14 deletions

View File

@@ -383,7 +383,7 @@ var restoreCommand = cli.Command{
containerd.WithRestoreRuntime,
}
ctr, err := client.Restore(ctx, id, ref, opts...)
ctr, err := client.Restore(ctx, id, checkpoint, opts...)
if err != nil {
return err
}