If name of a docker image is imported as <none>, you can rename it quite easily.
Run command in the host.
docker tag imageid imagename
Where imageid is id of the image which is showing <none> and image name is the new name of the image which you want to replace with <none>.
You can see the solution in the following video.