jiyanpatil07 / docker-image-size-extractor-extension

The Docker extension extracts real-time size information of remote images hosted on Docker Hub. It can pull the size of public images like "node" or "mysql," as well as user images such as "jiyanpatil07/myapi." The extension provides features such as displaying image size and layer size for user convenience. It utilizes the Docker API to implement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The Docker extension extracts real-time size information of remote images hosted on Docker Hub. It can pull the size of public images like "node" or "mysql," as well as user images such as "jiyanpatil07/myapi." The extension provides features such as displaying image size and layer size for user convenience. It utilizes the Docker API to implement


Languages

Language:TypeScript 73.0%Language:Makefile 13.2%Language:Dockerfile 11.0%Language:HTML 2.8%