We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
現状の設定では応用課題まで進めると名前解決ができなくなってしまう。
原因はiptables-servicesをインストールすると、名前解決の為に入っていたDockerの設定を上書きしてしまうため。 DNSの設定をDocker-Composeで与えればもしかしたら解決できるかもしれない。 https://docs.docker.com/compose/compose-file/#dns
iptables-services
グローバルのネームサーバを使った場合、プロキシサーバなどのプライベートネットワーク内の名前解決ができなくなるので注意が必要である。
検証し改善すべきだが、今年度(FY2020)はもう時間がないため、来年度に期待する。
The text was updated successfully, but these errors were encountered:
s-dwinter
No branches or pull requests
現状の設定では応用課題まで進めると名前解決ができなくなってしまう。
原因は
iptables-services
をインストールすると、名前解決の為に入っていたDockerの設定を上書きしてしまうため。DNSの設定をDocker-Composeで与えればもしかしたら解決できるかもしれない。
https://docs.docker.com/compose/compose-file/#dns
グローバルのネームサーバを使った場合、プロキシサーバなどのプライベートネットワーク内の名前解決ができなくなるので注意が必要である。
検証し改善すべきだが、今年度(FY2020)はもう時間がないため、来年度に期待する。
The text was updated successfully, but these errors were encountered: