在centos7 中docker info报错docker bridge-nf-call-iptables is disabled 的解决方法

Posted 白天的影子

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在centos7 中docker info报错docker bridge-nf-call-iptables is disabled 的解决方法相关的知识,希望对你有一定的参考价值。

在centos7中安装好docker以后,启动成功,运行命令 docker info ,报错:

[root@iz2ze2bn5x2wqxdeq65wlpz ~]# docker info
Client:
 Debug Mode: false

Server:
 Containers: 4
  Running: 0
  Paused: 0
  Stopped: 4
 Images: 2
 Server Version: 19.03.1
.......................
WARNING: bridge-nf-call-iptables is disabled
WARNING: bridge-nf-call-ip6tables is disabled

解决办法:

vim /etc/sysctl.conf

在文件尾部添加以下三行内容:

net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-call-iptables = 1
net.bridge.bridge-nf-call-arptables = 1

然后,再执行命令:

sysctl -p

或者:

sysctl -p 2>/dev/null| grep bridge

现在,我们再执行命令:docker info,就看不到报错了。

以上是关于在centos7 中docker info报错docker bridge-nf-call-iptables is disabled 的解决方法的主要内容,如果未能解决你的问题,请参考以下文章

CentOS7安装docker启动报错

解决CentOS7下运行docker容器时出现的报错Error resolving syscall name...

centos7安装docker-compose报错解决办法

centos7 安装docker后启动报错

CentOS7安装使用Docker

Docker启动报错