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 5 years have passed since last update.

Docker for WindowsのKitematicをProxy環境下使用する為の設定方法

Last updated at Posted at 2019-10-17

Proxy環境下とは

大きな会社は大抵環境下にある。
Docker for windowsは設定があって、指定すれば動くけど
Kitematic 0.17.9はそこは見ないから動かない

なお設定項目はない模様なので度々報告が上がっている模様。
https://github.com/docker/kitematic/issues/321

設定の仕方

古来よりある伝統のシステム環境変数に以下を設定する。
スタートのサーチから「システム環境変数の編集」を探して起動する
image.png

環境変数(N)...をクリックする
image.png

システム環境変数(S)の新規(W)をクリックする
image.png

HTTP_PROXYの設定 変数値には実際のProxy設定(プロキシ自動設定ファイル(PACファイル)の場合でもそのままのアドレスで設定)
image.png

HTTPS_PROXYの設定 変数値は大体HTTP_PROXYと同じ値になる
image.png

設定したら全部OKを押して環境設定画面を閉じてPCを再起動する

確認方法

おすすめコンテナが出たら成功。でなかったら諦めるか設定を見直す。
image.png

感想

おすすめが出たときは感動した。
pacファイルとか知らんかったので、そのまま指定できるか不安だったけど普通に動いた。

追伸

wikiに書いてあった。
https://github.com/docker/kitematic/wiki/Common-Proxy-Issues-&-Fixes
Make the proxy settings 'sticky'

システム環境設定の画面(英語)だけど。
検索で出るようになると嬉しい。

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?