Open m4d3bug opened 2 years ago
Hello,用docker的直接执行该命令:
echo -e ' \ndocker pull madebug/quay.io.prometheus.node-exporter:latest\ndocker tag madebug/quay.io.prometheus.node-exporter:latest quay.io/prometheus/node-exporter:latest\n\n' | bash
用podman的直接执行该命令:
echo -e ' \npodman pull madebug/quay.io.prometheus.node-exporter:latest\npodman tag madebug/quay.io.prometheus.node-exporter:latest quay.io/prometheus/node-exporter:latest\n\n' | bash
用ctr的直接执行该命令:
echo -e ' \nctr image pull madebug/quay.io.prometheus.node-exporter:latest\nctr image tag madebug/quay.io.prometheus.node-exporter:latest quay.io/prometheus/node-exporter:latest\n\n' | bash
用crictl的直接执行该命令:
echo -e ' \nctr --namespace=k8s.io image pull madebug/quay.io.prometheus.node-exporter:latest\nctr --namespace=k8s.io image tag madebug/quay.io.prometheus.node-exporter:latest quay.io/prometheus/node-exporter:latest\n\n' | bash
docker一键设置加速地址:
curl -sSL https://img.madebug.net/m4d3bug/set-mirror/master/docker-set-mirror.sh | sh -s https://uyah70su.mirror.aliyuncs.com
podman一键设置加速地址:
curl -sSL https://img.madebug.net/m4d3bug/set-mirror/master/podman-set-mirror.sh | sh -s https://uyah70su.mirror.aliyuncs.com
希望可以帮助到您,祝您周六愉快!
{ "hub-mirror": [ "quay.io/prometheus/node-exporter:latest" ] }