IPv4 forwarding is disabled. Networking will not work

今天在操作 docker 时遇到了一个问题IPv4 forwarding is disabled. Networking will not work👇

报错信息
报错信息

我的系统是 CentOS7.9

系统信息
系统信息

在宿主机执行

shell

echo "net.ipv4.ip_forward=1" >>/usr/lib/sysctl.d/00-system.conf

然后重启网络和 docker

shell

systemctl restart network
systemctl restart docker

问题解决
问题解决