docker离线安装和使用

通过修改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
账户:
docker离线安装和使用_第1张图片
密码:xxx
docker search vesoft/nebula-metad:v3.5.0

测速支持模糊查询

你可能感兴趣的:(docker)