I want to download some images for a computer that has not internet.
My computer that have internet has NO DOCKER installed (old kernel) so it is not possible to use docker command to pull, save and export it to the other machine.
I'm looking for a way to download a docker image (like via wget, ...) and use it on my computer without Internet.
Yes that's possible. Docker has the features save and load.
Run this command on your machine with the image you want to copy to the other computer:
docker save myimage > myimage.tar
To load the image again run:
docker load < myimage.tar
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With