Programmatically inspect layers of a container image. This can be used as a cli tool or as a package in your application.
The beta release operates on the presumption that go is installed on the system. To install the package, run:
go install github.com/montcao/gadget
Then inspect an image with:
gadget inspect <image-name>
An example output is shown at the bottom.
Prebuilt binaries - TODO
To do development, clone the repo and run this command:
go run . inspect <imagename>