mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 00:57:02 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
17
tldr/dive
Normal file
17
tldr/dive
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user