I tried to move an image that was created with docker 1.7 on Red Hat 6 to a system running docker 17.06.0-ce on Ubuntu 14.04.5. The image appeared to load but after it was loaded I got the message:
open /var/lib/docker/tmp/docker-import-748740002/repositories: no such file or directory
docker images shows it, but with no repo ot tag:
REPOSITORY TAG IMAGE ID CREATED SIZE
<none> <none> 12e143c9efb2 4 weeks ago 6.04GB
What is that error and should I expect to be able to move that image over?