diff --git a/cli/image.go b/cli/image.go index 7829a5c3..c4760e18 100644 --- a/cli/image.go +++ b/cli/image.go @@ -29,6 +29,7 @@ func importImage(clusterName string, images []string) error { if err != nil { return fmt.Errorf("ERROR: couldn't get image volume for cluster [%s]\n%+v", clusterName, err) } + imageBasePathLocal := imageVolume.Mountpoint + "/" //*** first, save the images using the local docker daemon log.Printf("INFO: Saving images [%s] from local docker daemon...", images)