Download Docker image without `docker pull` .
908
Docker Image Downloader downloads the Docker images with docker in docker.
Download hello-world:latest.
$ docker run -it --rm --privileged -v "`pwd`:/data" uphy/image-downloader -out image.tar hello-world:latest
Load the image to Docker.
$ docker image load --input image.tar
Content type
Image
Digest
Size
46.5 MB
Last updated
over 8 years ago
docker pull uphy/image-downloader