Skip to content

Instantly share code, notes, and snippets.

@mtracz
Created March 14, 2023 10:55
Show Gist options
  • Select an option

  • Save mtracz/38a4e5c69be9d48c7709ee67d189fd5d to your computer and use it in GitHub Desktop.

Select an option

Save mtracz/38a4e5c69be9d48c7709ee67d189fd5d to your computer and use it in GitHub Desktop.
Comparing 2 containers filesystem
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