985211.sbs Open in urlscan Pro
2606:4700:3033::ac43:c854  Public Scan

URL: https://985211.sbs/
Submission: On July 09 via api from BE — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

镜像加速说明


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


sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-'EOF'
{
  "registry-mirrors": ["https://docker.985211.sbs"]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker
复制代码


用法:

原拉取镜像命令


docker pull library/alpine:latest复制代码


加速拉取镜像命令


docker pull docker.985211.sbs/library/alpine:latest复制代码