0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Windows環境のdockerで外部ネットワークに接続できない

Posted at

WindowsをDockerのホストとゲストとして利用しており、ゲスト内からnpm ciがエラーになる問題でハマりました。
エラーは以下のようなメッセージ。

getaddrinfo EAI_AGAIN registry.npmjs.org:443

どうやら名前解決で失敗しているもよう。

Dockerの設定を開き、Docker Engineメニューのconfigurationに以下を追加してDockerを再起動して解決しました。
GoogleのDNSサーバーを追加しているようです。

"dns": ["8.8.8.8"]

参考
https://github.com/StefanScherer/dockerfiles-windows/issues/270#issuecomment-382229052

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?