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
Updated my system to macOS 15 Sequoia. When attempting to run lando start or lando rebuild on a current project, was hit with errors. Checking lando status confirmed the latest (3.21.2) was running. Found that updating Docker Desktop to the latest version 4.3.24 did the trick.
Should the Docker version required for Lando be updated?
The text was updated successfully, but these errors were encountered:
@charlieartist would depend on what errors you received and what version of Docker Desktop you were running; I've seen a lot of different combinations of OS/DD work/fail depending on the specifics of the user's setup.
I'll make a note to review the DD parameters, I'm guessing we could bump things up a bit based on my experience running fairly cutting-edge DD releases.
Ok, checked on this. We're actually fairly up-to-date on the DD parameters that Lando checks for; we'll add the patch versions of 4.34 in the next stable release.
With all things Docker, I feel like a good go-to debugging step is to update Docker Desktop. I'm not sure how to introduce that to Lando users other than making sure Lando recommends/installs the most modern version possible. If you have more ideas on that, definitely open to suggestion, but otherwise I think we're providing decent guidance for the moment.
Updated my system to macOS 15 Sequoia. When attempting to run
lando start
orlando rebuild
on a current project, was hit with errors. Checkinglando status
confirmed the latest (3.21.2) was running. Found that updating Docker Desktop to the latest version 4.3.24 did the trick.Should the Docker version required for Lando be updated?
The text was updated successfully, but these errors were encountered: