Created
March 14, 2023 10:55
-
-
Save mtracz/38a4e5c69be9d48c7709ee67d189fd5d to your computer and use it in GitHub Desktop.
Comparing 2 containers filesystem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/GoogleContainerTools/container-diff | |
| container-diff analyze <image-name> --type file > first.txt | |
| container-diff analyze <image-name> --type file > second.txt | |
| diff --side-by-side first.txt second.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment