Pulling docker images

前端 未结 2 763
北荒
北荒 2021-01-31 18:38

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

2条回答
  •  不知归路
    2021-01-31 19:22

    You could pull down the individual layers with this: https://github.com/samalba/docker-registry-debug

    Use the curlme option.

    Reassembling the layers into an image is left as an exercise for the reader.

提交回复
热议问题