docker 容器連不了網,怎麼處理
学习是最好的投资!
宿主機內運作 sysctl net.ipv4.conf.all.forwarding 确保这个转发功能为开启。如果没开的话运行 sysctl net.ipv4.conf.all.forwarding=1 開啟它。
sysctl net.ipv4.conf.all.forwarding
sysctl net.ipv4.conf.all.forwarding=1
我之前遇到過這個問題,是因為修改了防火牆設定導致的,重啟 docker 服務可以解決了。
樓主可以嘗試下重啟 docker 服務,centos 是 service docker restart
service docker restart
宿主機內運作
sysctl net.ipv4.conf.all.forwarding
确保这个转发功能为开启。如果没开的话运行
sysctl net.ipv4.conf.all.forwarding=1
開啟它。我之前遇到過這個問題,是因為修改了防火牆設定導致的,重啟 docker 服務可以解決了。
樓主可以嘗試下重啟 docker 服務,centos 是
service docker restart