docker.170621.xyz Open in urlscan Pro
188.114.97.9  Public Scan

URL: https://docker.170621.xyz/
Submission: On June 21 via api from US — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

镜像加速说明

PV 12
|
UV 12

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


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


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


sudo systemctl daemon-reload复制代码


sudo systemctl restart docker复制代码


用法:


原拉取镜像命令:


docker pull library/alpine:latest复制代码


加速拉取镜像命令:


docker pull docker.jeff.cloudns.org/library/alpine:latest复制代码

Copyright ©2024 青柠
|
搭建同款 查看文章
|
觉得不错 点此赞赏
|
Powerd By CloudFlare