Docker save -o, Docker load -i show another Layers of the image

Viewed 36

I have the private repository in amazon ECR. I’m pulling the image to the one host, and trying to make docker save to deliver the image to another host. This way i don’t need to download fully the new upgrade image because of the problem with the internet connection and just pull the few layers that i need to update.

The issue is, That when i make docker load -i, i see another layers and when i pulling update image, i see that docker start download fully all layers that have already been at another host from where i brought the image.

save -o scp

load -i, different layers

0 Answers
Related