Tool guide

Online Docker Image Downloader

A hosted alternative to command-line downloads. Export images in minutes without installing tools.

Base URL https://containerdl.com

Why use an online downloader

Web-based

No installs, no daemon, no privileged sockets.

Automation optional

Use an API key on Light/Pro for scripted exports.

Stacks supported

Compose, Kubernetes, and Quadlet bundles in one ZIP.

How it works

  1. Open ContainerDL and paste an image or stack file.
  2. Export to TAR or ZIP.
  3. Automate with:
    Bearer token Authorization: Bearer <key>

Example

Export a public image

curl
curl -X POST https://containerdl.com/v1/exports \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer cdl_live_xxx" \
  -d '{"image":"redis:7"}'
  • Public images work without registry credentials.
  • Use API keys for automation on Light/Pro.

Common use cases

FAQs

Is there a free tier?

Yes. Free credits are available for trial exports.

Do you support stacks and bundles?

Yes. Upload Compose, Kubernetes, or Quadlet files to create ZIP bundles.

Can I use private registries?

Private access is supported for GHCR and Docker Hub on Light/Pro plans.

Related guides