docker-hub.turingteam.top Open in urlscan Pro
188.114.96.3  Public Scan

URL: https://docker-hub.turingteam.top/
Submission: On June 26 via api from US — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

镜像加速说明

PV 131
|
UV 88


为了加速镜像拉取,使用以下命令设置REGISTRY MIRROR:


sudo tee /etc/docker/daemon.json <<EOF
{
    "registry-mirrors": ["https://docker-hub.turingteam.top"]
}
EOF复制代码


sudo systemctl daemon-reload复制代码


sudo systemctl restart docker复制代码


用法:


原拉取镜像命令:


docker pull library/alpine:latest复制代码


加速拉取镜像命令:


docker pull docker-hub.turingteam.top/library/alpine:latest复制代码

Powerd By CloudFlare