Skip to content

Latest commit

 

History

History
64 lines (35 loc) · 1.79 KB

File metadata and controls

64 lines (35 loc) · 1.79 KB

Docker Extension that got Selected at Docker

Awesome

Image Size Extractor

A simple image size extractor for Docker Desktop

The extension will pull the size of any public image such as node, mysql or any user image (username/imageName) such as jiyanpatil07/myapi

Demo

screen-capture.webm

Installation

The recommended way to install the extension is from the Marketplace in Docker Desktop.

You could also install it with the Docker Extensions CLI, targeting either a published released (e.g. 1.0.0) or a branch (e.g. main).

Run Locally

Clone the project

  git clone jiyanpatil07/docker-image-size-extractor-extension

Go to the project directory

  cd image-size-extractor-extension

Build the extension

  docker build -t docker/image-size-extractor .

Install the extension

  docker extension install docker/image-size-extractor

After the installation open the docker desktop app. image-size-extractor will appear in the extensions tab.

image

Check out the Demo for demonstration

Contact me if the code fails to work on your system