Is there a way where I can manually download a docker image?
I have pretty slow Internet connection and for me is better to get a link of the image and download it elsew
You could pull down the individual layers with this: https://github.com/samalba/docker-registry-debug
Use the curlme option.
curlme
Reassembling the layers into an image is left as an exercise for the reader.