Bootstrap

docker无法拉取社区镜像

ERROR: failed to solve: starrocks/dev-env-centos7:2.5.7: failed to do request: Head "https://registry-1.docker.io/v2/starrocks/dev-env-centos7/manifests/2.5.7": dialing registry-1.docker.io:443 with direct connection: connecting to 31.13.67.33:443: dial tcp 31.13.67.33:443: connect: operation timed out

Settings -> Docker Engine:

"registry-mirrors": [
    "https://dockerproxy.cn",
    "https://docker.rainbond.cc",
    "https://docker.udayun.com",
    "https://docker.211678.top",
    "https://hub.geekery.cn/",
    "https://ghcr.geekery.cn"
  ]

;