Created
September 27, 2024 17:40
-
-
Save mpalmerlee/876848b9c00969dcbe5be3e13f52b5db to your computer and use it in GitHub Desktop.
Inspect Docker image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias dockerdive='docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock wagoodman/dive' | |
Then to deeply inspect an image, run `dockerdive dotysan/python-gis:3.11-gdal3.8.4` for example. Tada! | |
https://github.com/wagoodman/dive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment