docker 由于iptables导致无法正常启动问题临时解决方案
docker安装新的ca证书后无法正常启动,
表现为/sbin/iptables --wait -t filter -N DOCKER-ISOLATION-STAGE-2
hang住,
日志有报错 xtables contention detected while running ..
解决历程:
- 重启大法,先stop再start无果
- iptables 重装大法,无果
- docker升级到最新版本无果
- 确定还是iptables的问题,暂时没时间详细排查,于是docker禁用iptables,先卸载iptables,docker启动设置iptables false