This commit is contained in:
iwilltry42 2019-07-08 09:59:01 +02:00
parent 036a8a9fd0
commit 07e458d6f1

View File

@ -29,7 +29,6 @@ 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)