Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

i have builded a docker images (with size 23gb) and save it on my machine, then i have copied the tar file to an other machine and i have tried to load the image with:

docker load -i filename.tar but i got this error:

invalid diffID for layer 5: expected "sha256:2640e1c5fdaa83b3db112ad2d0860f0a3a99ff1b07dd2424ae053fcdd1e853d6", got "sha256:e2317926e660d99ff13a7cbfd755d75cf600ee8b38502c288cb015f71d5a386a"

the docker engine is the same on the both machines.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.7k views
Welcome To Ask or Share your Answers For Others

1 Answer

I resolved the issue by:

  1. resaveing the docker images
  2. recopy it in the second machine and doing the docker load

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...