Skip to content

Instantly share code, notes, and snippets.

@mpalmerlee
Created September 27, 2024 17:40
Show Gist options
  • Save mpalmerlee/876848b9c00969dcbe5be3e13f52b5db to your computer and use it in GitHub Desktop.
Save mpalmerlee/876848b9c00969dcbe5be3e13f52b5db to your computer and use it in GitHub Desktop.
Inspect Docker image
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