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
- or,