报错详情
WARNING: IPv4 forwarding is disabled. Networking will not work.
解决方案
# 编辑 00-system.conf 文件 vim /usr/lib/sysctl.d/00-system.conf # 添加下面代码 net.ipv4.ip_forward=1 # 重启 network 服务,删除错误的容器,再次创建新容器 systemctl restart network
报错详情
WARNING: IPv4 forwarding is disabled. Networking will not work.
解决方案
# 编辑 00-system.conf 文件 vim /usr/lib/sysctl.d/00-system.conf # 添加下面代码 net.ipv4.ip_forward=1 # 重启 network 服务,删除错误的容器,再次创建新容器 systemctl restart network