diff options
Diffstat (limited to 'sysutils/container-diff/pkg-descr')
-rw-r--r-- | sysutils/container-diff/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/container-diff/pkg-descr b/sysutils/container-diff/pkg-descr new file mode 100644 index 000000000000..98e0f198e29f --- /dev/null +++ b/sysutils/container-diff/pkg-descr @@ -0,0 +1,15 @@ +container-diff is a tool for analyzing and comparing container images. + +container-diff can examine images along several different criteria, including: +- Docker Image History +- Image file system +- Apt packages +- pip packages +- npm packages + +These analyses can be performed on a single image, or a diff can be performed on +two images to compare. The tool can help users better understand what is +changing inside their images, and give them a better look at what their images +contain. + +WWW: https://github.com/GoogleCloudPlatform/container-diff |