WhaleDrive
A simple cli utility to download docker images and create ext4 .img files from them.
This utility outputs human readable JSON to stdout. This allows the user to easily pipe the output to other tools like jq.
Installation
You can install the utility with cargo:
cargo install whaledrive
Usage
The whaledrive utility helps you manage container images efficiently with various commands and global options.
Global Options
Specify the folder where this utility will store data. The default is the data folder in the current working directory.
Commands
Examples
Get info about an Ubuntu image:
Build an image for arm64:
List images for a specific OS:
Remove an image and clean up unused layers: