Skip to content

Instantly share code, notes, and snippets.

View oleksiivelychko's full-sized avatar
:octocat:
K.I.S.S.

Oleksii Velychko oleksiivelychko

:octocat:
K.I.S.S.
View GitHub Profile
@oleksiivelychko
oleksiivelychko / install-colima.md
Created March 16, 2025 19:55
To ultimately replace Docker Desktop with Colima on macOS

To ultimately replace Docker Desktop with Colima on macOS

  • completely delete Docker Desktop, then find leftovers in your system and remove them
find . -name '*docker*' 
brew install docker