dockerhub.xylem.cc Open in urlscan Pro
188.114.96.3  Public Scan

URL: https://dockerhub.xylem.cc/
Submission: On June 25 via api from US — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

镜像加速说明

PV
|
UV

建议自建使用,底部按钮获取代码


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


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


sudo systemctl daemon-reload复制代码


sudo systemctl restart docker复制代码


用法:


原拉取镜像命令:


docker pull library/alpine:latest复制代码


加速拉取镜像命令:


docker pull {workers_host}/library/alpine:latest复制代码