Mike Pirog
Mike Pirog
I think we just need to update the links in the docs. @reynoldsalec, something you can do? ``` https://files.lando.dev/installer/lando-x64-stable.dmg https://files.lando.dev/installer/lando-arm64-stable.dmg https://files.lando.dev/installer/lando-x64-stable.exe https://files.lando.dev/installer/lando-x64-stable.pacman https://files.lando.dev/installer/lando-x64-stable.rpm https://files.lando.dev/installer/lando-x64-stable.deb ``` Also worth pointing out the...
Regardless of our current or planned future usage of the arm64 builds, having the architecture expressed in the file name is, in my mind, a clear improvement. On Wed, Oct...
AFAIK pantheon uses LXC containers directly. Re: volumes, i think this really should be up to the user. Using a compose file to also add a DB and relevant data...
As a workaround for now you all can also manually update to teh latest Docker Desktop and then download the latest Lando CLI for windows over here: https://github.com/lando/cli/releases and put...
@btruong as long as Docker is able to emulate via Rosetta (it does by default i think) its probably safe to ignore the warning. as an FYI we are in...
@NathanHealea its probably referencing a php version in a landofile for an app that is in that directory or above it, not super clear in the message but its probably...
We are looking into ways to handle this. Would be great to be able to keep the features detection but will ditch it if needed.
ahhh very nice, looks like there is an `/english` flag you can pass into `DISM.exe` to force usage. will roll a release to fix this.
latest release seemed to work for me so going to close this out. recommend people try it out and provide feedback. can reopen if it doesnt seem to resolve the...
@onetrev if you run `dism.exe /online /get-features /format:table /english` from `cmd.exe` what do you get? You may need to run as an administrator.