0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

docker代替 for mac

Last updated at Posted at 2025-06-05

overview

Macだとdocker desktopを使っても良いのだが、よりライセンス的に使いやすいものを、、、というわけでcolima.

setup

brew install colima
brew install docker

how-to

  • 起動: colima start

  • 状態確認: colima status

  • list: colima list

  • 停止: colima stop

  • If you want to start without explicitly executing, brew services start colima

  • If you want to change the config, colima start --edit

    • or, colima stop; colima start --cpu 8 --memory 8
0
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?