线下虚拟机不支持阿里云镜像加速

vim /etc/docker/daemon.json
{
  "registry-mirrors": ["https://docker.1panel.live"]
}
systemctl restart  docker
滚动至顶部