错误信息:

iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 9300 -j DNAT --to-destination 172.17.0.2:9300 ! -i docker0: iptables: No chain/target/match by that name

 

解决方法:重启docker

systemctl restart docker

 

查询已创建容器的命令:docker ps -a

删除已创建容器:docker rm 容器Id

然后重启动容器即可。

相关文章:

  • 2022-12-23
  • 2021-05-30
  • 2021-08-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
相关资源
相似解决方案