mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 06:54:16 +00:00
Update cheatsheets
This commit is contained in:
17
dive
Normal file
17
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