Typo & grammar fixes in README (#36)
Also stick to 80 chars/line for non-captions.
This commit is contained in:
parent
528e3cfcb1
commit
4385723d14
25
README.md
25
README.md
@ -21,25 +21,30 @@ dive build -t <some-tag> .
|
|||||||
|
|
||||||
**Show Docker image contents broken down by layer**
|
**Show Docker image contents broken down by layer**
|
||||||
|
|
||||||
As you select a layer on the left, you are shown the contents of that layer combined with all previous layers on the right.
|
As you select a layer on the left, you are shown the contents of that layer
|
||||||
Also, you can fully explore the file tree with the arrow keys.
|
combined with all previous layers on the right. Also, you can fully explore the
|
||||||
|
file tree with the arrow keys.
|
||||||
|
|
||||||
**Indicate what's change in each layer**
|
**Indicate what's changed in each layer**
|
||||||
|
|
||||||
Files that have changed, been modified, added, or removed are indicated in the file tree. This can be adjusted to show
|
Files that have changed, been modified, added, or removed are indicated in the
|
||||||
changes for a specific layer, or aggregated changes up to this layer.
|
file tree. This can be adjusted to show changes for a specific layer, or
|
||||||
|
aggregated changes up to this layer.
|
||||||
|
|
||||||
**Estimate "image efficiency"**
|
**Estimate "image efficiency"**
|
||||||
|
|
||||||
The lower left pane shows basic layer info and an experimental metric that will guess how much wasted space is in
|
The lower left pane shows basic layer info and an experimental metric that will
|
||||||
your image. This might be from duplicating files across layers, moving files across layers, or not fully removing
|
guess how much wasted space your image contains. This might be from duplicating
|
||||||
files. Both a percentage "score" and total wasted file space is provided.
|
files across layers, moving files across layers, or not fully removing files.
|
||||||
|
Both a percentage "score" and total wasted file space is provided.
|
||||||
|
|
||||||
**Quick build/analysis cycles**
|
**Quick build/analysis cycles**
|
||||||
|
|
||||||
You can build a Docker image and do an immediate analysis with one command: `dive build -t some-tag .`
|
You can build a Docker image and do an immediate analysis with one command:
|
||||||
|
`dive build -t some-tag .`
|
||||||
|
|
||||||
You only need to replace you `docker build` command with the same `dive build` command.
|
You only need to replace you `docker build` command with the same `dive build`
|
||||||
|
command.
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user