因为docker是CS架构,Server方要配置好源,客户端才能连接,服务才能开启

解决办法

1.切换到root用户,su root..
2.sudo vim /etc/docker/daemon.json,加入

{
  "registry-mirrors": ["https://registry.docker-cn.com"]
}

3.service docker start/restart

相关文章:

  • 2022-12-23
  • 2021-07-30
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2021-05-21
  • 2022-02-03
猜你喜欢
  • 2021-11-27
  • 2021-12-18
  • 2021-04-09
  • 2021-06-29
  • 2022-03-01
  • 2021-07-07
  • 2022-12-23
相关资源
相似解决方案