Docker Extension that got Selected at Docker
August 16, 2023 ยท View on GitHub
Docker Extension that got Selected at Docker
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
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.

Check out the Demo for demonstration
Contact me if the code fails to work on your system