问题一:

下载下来的容器启动报错:

can't initialize iptables table `nat': Table does not exist (do you need to insmod?)

Perhaps iptables or your kernel needs to be upgraded.

 

解决方法是:

运行命令grub2-mkconfig -o /boot/grub2/grub.cfg 来重新生成GRUB配置并更新内核参数。

可能跟我误删了两个文件有关系吧,我是为了永久关闭防火墙执行了下图命令:

docker:报错

然后重新启动后linux重新启动docker重新启动容器 就起来了

 

参考:https://www.cnblogs.com/blueskyli/p/7218570.html

 

 

相关文章:

  • 2021-05-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
  • 2021-08-21
猜你喜欢
  • 2021-09-29
  • 2021-05-27
  • 2022-12-23
  • 2021-11-02
  • 2021-09-05
  • 2021-07-26
  • 2021-05-14
相关资源
相似解决方案