Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 3b35a8c

Browse files
committed
Add size analyzer to documentation
1 parent bbb768c commit 3b35a8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Status](https://travis-ci.org/GoogleContainerTools/container-diff.svg?branch=mas
88
container-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
4546
container-diff analyze <img> [Run default analyzers]
4647
container-diff analyze <img> --type=history [History]
4748
container-diff analyze <img> --type=file [File System]
49+
container-diff analyze <img> --type=size [Size]
4850
container-diff analyze <img> --type=rpm [RPM]
4951
container-diff analyze <img> --type=pip [Pip]
5052
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
6062
container-diff diff <img1> <img2> [Run default differs]
6163
container-diff diff <img1> <img2> --type=history [History]
6264
container-diff diff <img1> <img2> --type=file [File System]
65+
container-diff diff <img1> <img2> --type=size [Size]
6366
container-diff diff <img1> <img2> --type=rpm [RPM]
6467
container-diff diff <img1> <img2> --type=pip [Pip]
6568
container-diff diff <img1> <img2> --type=apt [Apt]

0 commit comments

Comments
 (0)