docker-hubhub-tip.dadianwang.workers.dev Open in urlscan Pro
172.67.139.59  Public Scan

URL: https://docker-hubhub-tip.dadianwang.workers.dev/
Submission: On September 21 via api from US — Scanned from IT

Form analysis 0 forms found in the DOM

Text Content

镜像加速说明

PV
|
UV

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


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


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


sudo systemctl daemon-reload复制代码


sudo systemctl restart docker复制代码


用法:


原拉取镜像命令:


docker pull library/alpine:latest复制代码


加速拉取镜像命令:


docker pull hubhubs.top/library/alpine:latest复制代码

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