Alternative guide

Regctl Download Image Alternative

Regctl is great for registry tasks, but not always installable. ContainerDL gives you a hosted way to export images.

Base URL https://containerdl.com

Why teams pick ContainerDL

No CLI install

Use a browser or API instead of installing regctl.

Team friendly

Share a tarball link with teammates and stakeholders.

Secure downloads

Private credentials are temporary and never stored.

How it works

  1. Enter an image reference in ContainerDL.
  2. Export and download the TAR.
  3. Automate with:
    Bearer token Authorization: Bearer <key>

Example

Export an image without a local CLI

curl
curl -X POST https://containerdl.com/v1/exports \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer cdl_live_xxx" \
  -d '{"image":"alpine:latest"}'
  • Use ContainerDL when installing regctl is not possible.
  • For registry maintenance tasks, regctl is still the right tool.

Common use cases

FAQs

Does this replace regctl image copy?

For downloading tarballs, yes. For registry maintenance, regctl is still best.

Do I need docker login?

No for public images. Private access is supported for GHCR and Docker Hub on Light/Pro.

Is there an API?

Yes. API access is available on Light and Pro plans.

Related guides