LoginSignup
2
1

More than 5 years have passed since last update.

Docker Toolbox on Windows を Proxy 環境下で使用する

Posted at

環境変数 HTTP_PROXY, HTTPS_PROXY を追加

C:\Program Files\Docker Toolbox\start.sh にプロキシ設定を追加する。

export HTTP_PROXY=http://localhost:18080
export HTTPS_PROXY=${HTTP_PROXY}

2018-07-12_18h30_25.png

Troubleshooting

2
1
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
2
1