Rigo Moranrigo.codes·Oct 1, 2024Colima: the minimal replacement for Docker DesktopEver since Docker Desktop changed is pricing model I’ve been using Rancher Desktop as a replacement. Its works fine but I recently noticed a few coworkers using Colima. Note: For individual users Docker Desktop is still free Colima, is short for Co...26 readsToday I Learnedcontainers
Cloud Tunedcloudtuned.hashnode.dev·Jul 26, 2024Daily Hack #day114 - ColimaColima: An Overview Colima is an open-source tool that provides a lightweight, fast, and reliable environment for running Linux containers on macOS. It is designed to work seamlessly with Docker, offering an alternative to Docker Desktop for macOS us...Daily Hackscolima
Aditya Darmawanadityasdarma1.hashnode.dev·Apr 1, 2024How To Fix "Error saving credentials: error string credentials" after Installing Docker on MACWhen you run Docker (usually after install colima) and run an image you may get this error, Error saving credentials: error storing credentials - err: exec: "docker-credential-osxkeychain": executable file not found in $PATH, out: `` It means docker...Docker
'Barak Imamblog.barakimam.me·Apr 18, 2023Running VS Code Devcontainers with X86_64 Runtime on Apple SiliconThis article will guide you through the steps required to run X86_64 containers on Apple Silicon machines. Although Docker Desktop for Mac added beta support for X86_64 emulation via Rosetta in version 4.16.0, it doesn’t work for some X86_64 containe...667 readsvirtualization
Sonvir Choudhary (sonvir249)sonvir249.hashnode.dev·Mar 31, 2023Colima for DDEV: An Docker Desktop AlternativeMac users who currently rely on Docker Desktop for containerization may find it worthwhile to switch to Colima, a highly efficient and lightweight platform designed specifically for macOS. In this article, we will guide you through the process of mi...564 readsDocker
Devang Tomardevangtomar.hashnode.dev·Jul 31, 2022Colima (Containers on Linux on Mac) 🐳What is Colima? 🤔 Colima is built on Lima, which generates a QEMU VM with an HVF accelerator and handles port forwarding and folder sharing. Lima has containerd and nerdctl, but a Docker container runtime is necessary for a drop-in replacement, whic...37 readsDevops