This repository was archived by the owner on Mar 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Status](https://travis-ci.org/GoogleContainerTools/container-diff.svg?branch=mas
88container-diff is a tool for analyzing and comparing container images. container-diff can examine images along several different criteria, including:
99- Docker Image History
1010- Image file system
11+ - Image size
1112- Apt packages
1213- RPM packages
1314- pip packages
@@ -45,6 +46,7 @@ To use `container-diff analyze` to perform analysis on a single image, you need
4546container-diff analyze < img> [Run default analyzers]
4647container-diff analyze < img> --type=history [History]
4748container-diff analyze < img> --type=file [File System]
49+ container-diff analyze < img> --type=size [Size]
4850container-diff analyze < img> --type=rpm [RPM]
4951container-diff analyze < img> --type=pip [Pip]
5052container-diff analyze < img> --type=apt [Apt]
@@ -60,6 +62,7 @@ To use container-diff to perform a diff analysis on two images, you need two Doc
6062container-diff diff < img1> < img2> [Run default differs]
6163container-diff diff < img1> < img2> --type=history [History]
6264container-diff diff < img1> < img2> --type=file [File System]
65+ container-diff diff < img1> < img2> --type=size [Size]
6366container-diff diff < img1> < img2> --type=rpm [RPM]
6467container-diff diff < img1> < img2> --type=pip [Pip]
6568container-diff diff < img1> < img2> --type=apt [Apt]
You can’t perform that action at this time.
0 commit comments