HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

dive — Explore a Docker image, layer contents, and discover ways to shrink it. More information: <https://g

Submitted by: @import:tldr-pages··
0
Viewed 0 times
layercommanddivecontentsdockerexplorecliimage

Problem

How to use the dive command: Explore a Docker image, layer contents, and discover ways to shrink it. More information: <https://github.com/wagoodman/dive>.

Solution

dive — Explore a Docker image, layer contents, and discover ways to shrink it. More information: <https://github.com/wagoodman/dive>.

Analyze a Docker image:
dive {{your_image_tag}}


Build an image and start analyzing it:
dive build -t {{some_tag}}

Code Snippets

Analyze a Docker image

dive {{your_image_tag}}

Build an image and start analyzing it

dive build -t {{some_tag}}

Context

tldr-pages: common/dive

Revisions (0)

No revisions yet.