Moving docker image from 1.7 to 17.06 -


i tried move image created docker 1.7 on red hat 6 system running docker 17.06.0-ce on ubuntu 14.04.5. image appeared load after loaded got message:

open /var/lib/docker/tmp/docker-import-748740002/repositories: no such file or directory 

docker images shows it, no repo ot tag:

repository          tag                 image id            created             size <none>            <none>              12e143c9efb2        4 weeks ago         6.04gb 

what error , should expect able move image over?

you moved image copying /var/lib/docker directories, guessing? not right way it; should docker push images image repo, , docker pull out repo.

you might able recover manually re-tagging image, e.g. docker tag 12e143c9efb2 mycompany/myimage:version. you'll better off letting docker manage own data, , using docker push red hat system , docker pull ubuntu system.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -