xiaoqi

docker安装新的ca证书后无法正常启动,
表现为/sbin/iptables --wait -t filter -N DOCKER-ISOLATION-STAGE-2 hang住,
日志有报错 xtables contention detected while running ..

解决历程:

  1. 重启大法,先stop再start无果
  2. iptables 重装大法,无果
  3. docker升级到最新版本无果
  4. 确定还是iptables的问题,暂时没时间详细排查,于是docker禁用iptables,先卸载iptables,docker启动设置iptables false

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-06-08
  • 2021-04-04
  • 2021-04-30
  • 2021-12-02
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-15
  • 2021-12-10
  • 2021-09-05
  • 2022-12-23
  • 2021-04-05
  • 2021-12-04
  • 2022-01-23
相关资源
相似解决方案