Skip to main content
Home
Techies Briefcase
~ by Hari Venu

Main navigation

  • Home
  • About me
  • Photos
  • My Bookmarks

Breadcrumb

  1. Home
  2. Using Lando With Colima On MacOS – Quick Fix For Docker Socket Issues

Using Lando with Colima on macOS – Quick Fix for Docker Socket Issues

By hari, 26 July, 2025

If you’re a developer using Lando for local environments and prefer Colima over Docker Desktop on macOS, you may hit this classic error when running lando start or lando rebuild:

ERROR ==> connect ENOENT /var/run/docker.sock ENOENT

This happens because Lando expects Docker to be available at the default Unix socket location (/var/run/docker.sock), but Colima places it at:

~/.colima/default/docker.sock


✅ Solution

Here’s how to make Lando work seamlessly with Colima:

  1. Start Colima with Docker Runtime

    colima start --runtime docker

  2. Create a Symlink to Docker Socket

    sudo ln -sf ~/.colima/default/docker.sock /var/run/docker.sock
    sudo chown $(whoami) /var/run/docker.sock

    💡 Without proper ownership, you may still see permission errors, so don’t skip the chown.

  3. Run Lando

    Now, just run:

    lando rebuild
    # or
    lando start

🎉 Your Lando environment should now connect correctly to Docker via Colima!


🛠 Why This Setup?

Colima is a lightweight, open-source alternative to Docker Desktop that runs containers using Lima + QEMU under the hood. It’s fast, doesn’t require a GUI, and is a favorite for devs who want more control or want to avoid Docker’s licensing.

Tags

  • Docker
  • Mac OS
  • Lando
 

Topics

  • Composer
  • Commad Line Tools
  • JavaScript
  • Drupal
  • Solar Panel
  • Permission
  • Libraries
  • MySQL
  • Commad Line
  • RSA
  • VSCode
  • Windows
  • Entity Query API
  • Ubuntu
  • Bash Script
  • Drush
  • Bower
  • Errors
  • Workflow
  • File API
  • Docker
  • Linux
  • Lando
  • Articles
  • Views
  • Nginx
  • Twig
  • Multilingual
  • OOPs
  • Coder
  • Solar Power
  • PHP
  • Field API
  • Android
  • Cache
  • Webform
  • jQuery
  • phpcbf
  • Ajax API
  • Distribution
  • Drupal Behavior
  • Learning
  • kali
  • professional development
  • Neuron AI
  • Jellyfin
  • SSH
  • URL
  • Macbook
  • WSL2
  • Drupal AI
  • NPM
  • Git
  • Form API
  • phpcs
  • Drupal Console
  • Codesniffer
  • Moderation
  • PHPSeclib
  • Taxonomy
  • Mac OS
RSS Feed

Who am I !!!

Hari Venu V
harivenu.v1992@gmail.com
Mobile : +91 9895164181
Whatsapp : +91 9895164181
Linkedin
Drupal.org
Github

Document
Resume.pdf (114.38 KB)

Work !!!

Fulltime Developer @ QED42
hari.venu@qed42.com
Linkedin

Powered by Drupal & Maintained by Hari