Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 872 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 872 Bytes

Dive In

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

i1 i2

Installation

Make sure your Docker desktop supports extensions. This extension can be installed from [Docker Hub] (https://hub.docker.com/extensions/prakhar1989/dive-in) or in Docker Desktop.

Development

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.