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 サービスの再起動を試みることができます。centos は service docker restart
service docker restart
ホストで実行
sysctl net.ipv4.conf.all.forwarding
确保这个转发功能为开启。如果没开的话运行
sysctl net.ipv4.conf.all.forwarding=1
有効にします。以前にこの問題に遭遇したことがありますが、これはファイアウォール設定を変更することで解決できます。
投稿者は docker サービスの再起動を試みることができます。centos は
service docker restart