当前位置: 首页 > 工具软件 > EntDIY-NAT > 使用案例 >

iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 9443 -j DNAT

邢俊悟
2023-12-01

docker启动容器的时候报错:

Error response from daemon: driver failed programming external connectivity on endpoint gitlab (ae0173d5b30d37059a2a6bf9dabff6055f8024606252d7290f21f4772767655f): (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 9443 -j DNAT --to-destination 172.17.0.2:443 ! -i docker0: iptables: No chain/target/match by that name.
(exit status 1))

使用systemctl restart docker重启一下docker服务,再启动docker容器,就可以了。

 类似资料: