Docker Diff #146
maorkuriel
started this conversation in
Ideas
Docker Diff
#146
Replies: 2 comments 2 replies
-
Nice idea @maorkuriel, is there any existing tool that we could integrate as an extension? |
Beta Was this translation helpful? Give feedback.
1 reply
-
📢Annoncement: Dockerfile Diff @maorkuriel We'd love to hear what you think about it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Quickly see a git-like diff between one container version and another. It provides a Git-like comparison that developers are familiar with and that can be used in the following ways:
Checking Updates: Understanding what changed from one container version to another
Base image comparison: Understanding differences in base images, say from stable to latest or latest to slim versions.
Slimmed Images: an easy way to see what was removed and kept during that process.
Beta Was this translation helpful? Give feedback.
All reactions