Docker Jenkins Startup Error
Published on
iptables failed: iptables —wait -t nat -A DOCKER -p tcp -d 0/0 —dport 10241 -j DNAT —to-destination 172.17.0.5:50000 ! -i docker0: iptables: No chain/target/match by that name.
dockerStartJenkinsError:
iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 10241 -j DNAT --to-destination 172.17.0.5:50000 ! -i docker0: iptables: No chain/target/match by that name.
解决办法:Restart Docker
systemctl restart docker