A Docker extension that helps you explore a docker image, layer contents, and discover ways to shrink the size of your Docker/OCI image.
Built on the top of excellent CLI tool - https://github.com/wagoodman/dive
Make sure your Docker desktop supports extensions. Currently, this extension is not yet available on the marketplace so the best way to try it out to is to build and install it locally.
$ git clone https://github.com/prakhar1989/dive-in.git
$ cd dive-in
$ make build-extension
$ make install-extension
Go through the official docs to understand the basic setting up of the Docker extension.
Useful commands for setting up debugging
$ docker extension dev debug prakhar1989/dive-in
$ docker extension dev ui-source prakhar1989/dive-in http://localhost:3000
Make sure you run npm run start
in the ui/
folder.