You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was getting errors for Cannot read properties of null (reading 'trim') until I installed the Docker desktop app. After I installed that, I ran it once and shut it down. Booted up OrbStack again and Lando was working again.
Could you add a prompt for that when a Lando project spins up for the first time? Or maybe allowing it to be defined in a yml config?
The text was updated successfully, but these errors were encountered:
Well at this point works very well with Orbstack the only downside is that the Docker App should be installed but not turned on just to bypass that daemon.js check
+1 for bypassing this check and making way for Orbstack
Please consider updating the Mac install section of the Lando docs to explain that Docker Desktop for Mac must be installed and have run once (but does not need to be running after that) to allow lando start to work
Hello Lando team!
I've discovered what I think is a bug that I reported to OrbStack but they discovered and pointed out an interesting find in the Lando daemon.js.
It appears that it's hardcoded to look for the Docker app when trying to read info.
I was getting errors for
Cannot read properties of null (reading 'trim')
until I installed the Docker desktop app. After I installed that, I ran it once and shut it down. Booted up OrbStack again and Lando was working again.Could you add a prompt for that when a Lando project spins up for the first time? Or maybe allowing it to be defined in a
yml
config?The text was updated successfully, but these errors were encountered: