提示的错误为

Error response from daemon: rpc error: code = Unavailable desc = grpc: the connection is unavailable```


使用ping测试,可以互相通讯,怀疑是防火墙问题。

使用下面命令查看防火墙状态

```[root@localhost downloads]# firewall-cmd --state
running```

尝试关闭防火墙

systemctl stop firewalld.service```

再次尝试,OK,问题解决

相关文章:

  • 2022-01-16
  • 2022-12-23
  • 2022-01-22
  • 2021-07-05
  • 2021-11-13
  • 2021-06-27
猜你喜欢
  • 2021-09-13
  • 2021-07-18
  • 2021-11-22
  • 2021-06-16
相关资源
相似解决方案