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
8
8
container-diff is a tool for analyzing and comparing container images. container-diff can examine images along several different criteria, including:
9
9
- Docker Image History
10
10
- Image file system
11
+ - Image size
11
12
- Apt packages
12
13
- RPM packages
13
14
- pip packages
@@ -45,6 +46,7 @@ To use `container-diff analyze` to perform analysis on a single image, you need
45
46
container-diff analyze < img> [Run default analyzers]
46
47
container-diff analyze < img> --type=history [History]
47
48
container-diff analyze < img> --type=file [File System]
49
+ container-diff analyze < img> --type=size [Size]
48
50
container-diff analyze < img> --type=rpm [RPM]
49
51
container-diff analyze < img> --type=pip [Pip]
50
52
container-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
60
62
container-diff diff < img1> < img2> [Run default differs]
61
63
container-diff diff < img1> < img2> --type=history [History]
62
64
container-diff diff < img1> < img2> --type=file [File System]
65
+ container-diff diff < img1> < img2> --type=size [Size]
63
66
container-diff diff < img1> < img2> --type=rpm [RPM]
64
67
container-diff diff < img1> < img2> --type=pip [Pip]
65
68
container-diff diff < img1> < img2> --type=apt [Apt]
You can’t perform that action at this time.
0 commit comments