在SUSE上安裝好docker后啟動容器時出現(xiàn)提示“Warning:IPv4 forwarding is disabled.Networking will not work.”
啟動的容器雖然映射了端口序愚,但是其他機器無法訪問柬泽。
查看更改前的配置
sysctl net.ipv4.ip_forward
經查詢需要修改如下文件
/etc/sysctl.conf
添加
net.ipv4.ip_forward = 1
然后重啟network服務和docker服務即可
systemctl restart network
systemctl restart docker
查看更改后的配置
sysctl net.ipv4.ip_forward