Skip to content

Instantly share code, notes, and snippets.

View execreate's full-sized avatar
ssh'd into the espresso machine

Jorilla Abdullaev execreate

ssh'd into the espresso machine
  • Motius.de
  • Munich
View GitHub Profile
@execreate
execreate / docker_with_colima_on_macos.md
Created September 25, 2025 14:55
How to install Docker with Colima backend on MacOS

How to install Docker with Colima backend on MacOS

  1. Install Homebrew or if you already have it just run brew update.
  2. Install dependencies with brew:
brew install docker colima docker-buildx docker-compose
  1. Start colima:
brew services start colima