Skip to content

Instantly share code, notes, and snippets.

@oxilor
oxilor / colima.md
Last active April 7, 2025 12:18
How to set up colima

Installation:

brew install docker docker-compose docker-credential-helper docker-buildx colima

Make sure the following settings are set in the file ~/.docker/config.json:

{
	"credsStore": "osxkeychain",
	"currentContext": "colima",