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?

colima host.docker.internalが初期設定では使えない模様

Posted at

タイトル通り、私のPCの構成は以下お送りします。

macOS: Sonoma 14.6.1
colima: 0.8.1
docker 28.0.1

colima は docker-desktop に比べて細々とした設定がいる。

# install
brew install colima docker 

# 以下は必要に応じてインストール
brew install docker-compose docker-buildx

// colimaを使う設定
docker context use colima

vim ${HOME}/.colima/default/colima.yaml
network:
  address: true  # ここはdefault falseになっている

これでhost.docker.internalは使えるよ!

host.lima.internalも使いたいよ

利用するタイミングはないと思うけど、dnsHostsを追加すると使える

network:
  # 省略
  dnsHosts:
    host.lima.internal: host-gateway

colima 動作サクサクでいいけど今までの環境通りにするには結構細々とした設定が必要だなと思いました。

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?