You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Download the [container-diff-windows-amd64.exe](https://storage.googleapis.com/c
33
33
34
34
## Quickstart
35
35
36
-
To use container-diff to perform single image analysis, you need one Docker image (in the form of an ID, tarball, or URL from a repo). Once you have that images you can run any of the following analyzers:
36
+
To use container-diff to perform single image analysis, you need one Docker image (in the form of an ID, tarball, or URL from a repo). Once you have that image, you can run any of the following analyzers:
37
37
38
38
```
39
39
container-diff <img> [Run all analyzers]
@@ -44,7 +44,7 @@ container-diff <img> -a [Apt]
44
44
container-diff <img> -n [Node]
45
45
```
46
46
47
-
To use container-diff to perform a diff analysis on two images, you need two Docker images (in the form of an ID, tarball, or URL from a repo). Once you have those images you can run any of the following differs:
47
+
To use container-diff to perform a diff analysis on two images, you need two Docker images (in the form of an ID, tarball, or URL from a repo). Once you have those images, you can run any of the following differs:
48
48
```
49
49
container-diff <img1> <img2> [Run all differs]
50
50
container-diff <img1> <img2> -d [History]
@@ -85,7 +85,7 @@ To use the docker client instead of shelling out to your local docker daemon, ad
85
85
86
86
## Analysis Result Format
87
87
88
-
The jsons for analysis results are in the follow format:
88
+
The JSONs for analysis results are in the follow format:
89
89
```
90
90
{
91
91
"Image": "foo",
@@ -152,7 +152,7 @@ type HistDiff struct {
152
152
153
153
### Filesystem Diff
154
154
155
-
The filessystem differ has the following json output structure:
155
+
The filesystem differ has the following json output structure:
156
156
157
157
```
158
158
type DirDiff struct {
@@ -244,7 +244,7 @@ Version differences: None
244
244
245
245
Feel free to develop your own analyzer leveraging the utils currently available. PRs are welcome.
246
246
247
-
### Custom Differ Quickstart
247
+
### Custom Analyzer Quickstart
248
248
249
249
In order to quickly make your own analyzer, follow these steps:
0 commit comments