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.