systemctl stop docker
iptables -t nat -F
ifconfig docker0 down
brctl delbr docker0
systemctl start docker
如果系统没有brctl,请使用xxx install bridge-utils安装
systemctl stop docker
iptables -t nat -F
ifconfig docker0 down
brctl delbr docker0
systemctl start docker
如果系统没有brctl,请使用xxx install bridge-utils安装
解决Docker网络不小心iptables -F的问题
https://halo.yrsheng.cn/archives/jie-jue-docker-wang-luo-bu-xiao-xin-iptables-f-de-wen-ti