Download Docker Images to USB
Export images from any OS in the browser (Windows, macOS, Linux, ChromeOS, mobile), then move TAR or ZIP files to USB for offline installs.
Base URL
https://containerdl.com
USB and offline ready
No Docker required
Download in any browser without Docker Desktop or WSL.
Portable outputs
Get .tar or ZIP bundles you can copy to a USB drive.
Public registries
Export public images from Docker Hub, GHCR, Quay, or ECR.
How it works
-
Paste your image reference or upload a stack file.
-
Export a TAR or ZIP bundle.
-
Copy the file to USB and load it on the offline machine.
Example
Export a public image for USB transfer
curlcurl -X POST https://containerdl.com/v1/exports \
-H "Content-Type: application/json" \
-H "Authorization: Bearer cdl_live_xxx" \
-d '{"image":"nginx:latest"}'
curl -L https://containerdl.com/v1/exports/{id}/download \
-H "Authorization: Bearer cdl_live_xxx" \
-o nginx.tar
- Copy the TAR to a USB drive and load it with docker load or podman load.
- Private registry auth is supported only for GHCR and Docker Hub today.
Common use cases
- Air-gapped Kubernetes clusters and edge devices.
- Field deployments with no registry access.
- Offline Windows servers or laptops.
- Sharing images via USB between teams.
FAQs
Does this work on any OS?
Yes. ContainerDL runs in the browser on Windows, macOS, Linux, ChromeOS, and mobile devices.
What format do I get?
Single images export to TAR. Stacks export to ZIP bundles.
Do you store credentials?
No. Credentials are never stored or logged.
Related guides
Docker save without Docker
Export docker-archive TAR files online.
Download with curl
Automate downloads with API keys.
Offline image download
Prepare bundles for air-gapped networks.
TAR download guide
Export images to TAR and load them anywhere.
No Docker download
General guide to exporting without Docker installed.
Guides hub
Browse all ContainerDL download guides.