Open ansirorg opened 2 years ago
Hello,用docker的直接执行该命令:
echo -e 'docker pull madebug/gcr.io.knative-samples.helloworld-go\ndocker tag madebug/gcr.io.knative-samples.helloworld-go gcr.io/knative-samples/helloworld-go\n\n' | bash
用podman的直接执行该命令:
echo -e 'podman pull madebug/gcr.io.knative-samples.helloworld-go\npodman tag madebug/gcr.io.knative-samples.helloworld-go gcr.io/knative-samples/helloworld-go\n\n' | bash
docker一键设置加速地址:
curl -sSL https://dl.madebug.net/down/https://raw.githubusercontent.com/m4d3bug/set-mirror/master/docker-set-mirror.sh | sh -s https://uyah70su.mirror.aliyuncs.com
podman一键设置加速地址:
curl -sSL https://dl.madebug.net/down/https://raw.githubusercontent.com/m4d3bug/set-mirror/master/podman-set-mirror.sh | sh -s https://uyah70su.mirror.aliyuncs.com
希望可以帮助到您,祝您周六愉快!
{ "hub-mirror": [ "gcr.io/knative-samples/helloworld-go" ] }