I have two Docker images, each with many layers. I want to compare all the files in teh first image to all the files in the second one, to see what’s been changed.
I tried taring up the images using
<code>docker image save <image no> > MyImage.tar
</code>
<code>docker image save <image no> > MyImage.tar
</code>
docker image save <image no> > MyImage.tar
But when I untar this, I get 100+ directories, each holding
VERSION json layer.tar
So that’s useless