gcr.xyhub.uk Open in urlscan Pro
172.67.206.18  Public Scan

URL: https://gcr.xyhub.uk/
Submission: On July 07 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

镜像使用说明

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

sudo tee /etc/docker/daemon.json <<EOF
{
    "registry-mirrors": ["https://gcr.xyhub.uk"]
}
EOF
# 配置完后需要重启 Docker 服务
sudo systemctl restart docker


使用该代理从不同的镜像仓库拉取镜像,请参考以下命令:


# docker pull nginx:latest
docker pull docker.xyhub.uk/library/nginx:latest  # 拉取 Docker 官方镜像

# docker pull quay.io/coreos/etcd:latest
docker pull quay.xyhub.uk/coreos/etcd:latest  # 拉取 Quay 镜像

# docker pull gcr.io/google-containers/busybox:latest
docker pull gcr.xyhub.uk/google-containers/busybox:latest  # 拉取 GCR 镜像

# docker pull k8s.gcr.io/pause:latest
docker pull k8s-gcr.xyhub.uk/pause:latest  # 拉取 k8s.gcr.io 镜像

# docker pull registry.k8s.io/pause:latest
docker pull k8s.xyhub.uk/pause:latest  # 拉取 registry.k8s.io 镜像

# docker pull ghcr.io/github/super-linter:latest
docker pull ghcr.xyhub.uk/github/super-linter:latest  # 拉取 GitHub 容器镜像

# docker pull docker.cloudsmith.io/public/repo/image:latest
docker pull cloudsmith.xyhub.uk/public/repo/image:latest  # 拉取 Cloudsmith 镜像


为了避免 Worker 用量耗尽,你可以手动 pull 镜像然后 re-tag 之后 push 至本地镜像仓库。

Powered by Cloudflare Workers

基于 Cloudflare Workers 和 cloudflare-docker-proxy 搭建镜像加速服务

访问博客 探索云原生