update readme
This commit is contained in:
parent
68d3fe2ed9
commit
0e49dd0fec
14
README.md
14
README.md
@ -2,7 +2,7 @@
|
|||||||
[](https://goreportcard.com/report/github.com/wagoodman/dive)
|
[](https://goreportcard.com/report/github.com/wagoodman/dive)
|
||||||
[](https://circleci.com/gh/wagoodman/dive)
|
[](https://circleci.com/gh/wagoodman/dive)
|
||||||
|
|
||||||
**A tool for exploring a docker image, layer contents, and discovering ways to shrink your Docker image size.**
|
**A tool for exploring a docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image.**
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -16,7 +16,7 @@ or if you want to build your image then jump straight into analyzing it:
|
|||||||
dive build -t <some-tag> .
|
dive build -t <some-tag> .
|
||||||
```
|
```
|
||||||
|
|
||||||
Building on Macbook
|
Building on Macbook (supporting only the Docker container engine)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run --rm -it \
|
docker run --rm -it \
|
||||||
@ -61,6 +61,13 @@ command.
|
|||||||
**CI Integration**
|
**CI Integration**
|
||||||
Analyze and image and get a pass/fail result based on the image efficiency and wasted space. Simply set `CI=true` in the environment when invoking any valid dive command.
|
Analyze and image and get a pass/fail result based on the image efficiency and wasted space. Simply set `CI=true` in the environment when invoking any valid dive command.
|
||||||
|
|
||||||
|
**Supported Container Engines**
|
||||||
|
- Docker (default)
|
||||||
|
- Podman (linux only)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
dive <your-image-tag> --engine podman
|
||||||
|
```
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@ -188,6 +195,9 @@ Key Binding | Description
|
|||||||
|
|
||||||
No configuration is necessary, however, you can create a config file and override values:
|
No configuration is necessary, however, you can create a config file and override values:
|
||||||
```yaml
|
```yaml
|
||||||
|
# supported options are "docker" and "podman"
|
||||||
|
container-engine: docker
|
||||||
|
|
||||||
log:
|
log:
|
||||||
enabled: true
|
enabled: true
|
||||||
path: ./dive.log
|
path: ./dive.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user