docker_images library

API to download docker images from DockerHub and extract them into a rootfs.

Classes

Config
DockerImage
ImageManifest
ImageManifestV1
Manifest
Manifests
PlatformManifest

Typedefs

ProgressCallback = void Function(int count, int total)
TotalProgressCallback = void Function(int count, int total, int countStep, int totalStep)