How do I compare two Docker images
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 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.