镜 像 使用 说 明

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

sudo tee /etc/docker/daemon.json <<EOF
{
    "registry-mirrors": ["https://hubproxy.apiof.com"]
}
EOF

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

docker pull hubproxy.apiof.com/library/alpine:latest # 拉取 library 镜像
docker pull hubproxy.apiof.com/coredns/coredns:latest # 拉取 coredns 镜像