共计 719 个字符,预计需要花费 2 分钟才能阅读完成。
解决 docker 报错
WARNING: bridge-nf-call-iptables is disabled
WARNING: bridge-nf-call-ip6tables is disabled
【系统环境】:centos 7
【解决方法】
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 即可
正文完