Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.6k views
in Technique[技术] by (71.8m points)

can't load docker image from another machine

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I resolved the issue by:

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

63 comments

56.6k users

...