修改宿主机防火墙之后 容器start不了
[root@localhost ctf_sql]# docker start 40dc37973c16Error response from daemon: driver failed programming external connectivity on endpoint quizzical_dubinsky (a607354ff13226bf251bf805f21f5e75de390741e9be7009656e659a71215417): (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 13443 -j DNAT --to-destination 172.17.0.2:3443 ! -i docker0: iptables: No chain/target/match by that name.(exit status 1))
解决方法:
重启docker,重启docker之前务必记录其他容器状态,防止重启docker对其他容器产生影响。
systemctl restart docker
