通过修改daemon配置文件/etc/docker/daemon.json来使用加速器sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-'EOF'
{"registry-mirrors": ["https://ullx9uta.mirror.aliyuncs.com"]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker
查看阿里的Docker镜像有没有目标镜像
docker login https://ullx9uta.mirror.aliyuncs.com
账户:
密码:xxx
docker search vesoft/nebula-metad:v3.5.0
测速支持模糊查询