啟動docker容器時報錯:
iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 5000 -j DNAT --to-destination 172.18.0.4:5000 ! -i br-ff45d935188b: iptables: No chain/target/match by that name. (exit status 1)
解決方案:
重啟docker服務。 (注意:重啟docker之前務必記錄其他容器狀態,防止重啟docker對其他容器產生影響。)
systemctl restart docker