Package Details: lando-bin 3.21.2-2

Git Clone URL: https://aur.archlinux.org/lando-bin.git (read-only, click to copy)
Package Base: lando-bin
Description: A free, open source, cross-platform, local development environment and DevOps tool built on Docker container technology
Upstream URL: https://docs.lando.dev/
Licenses: GPL
Conflicts: lando
Provides: lando
Submitter: dmp1ce
Maintainer: None
Last Packager: pfrenssen
Votes: 6
Popularity: 0.002476
First Submitted: 2021-06-17 20:04 (UTC)
Last Updated: 2024-09-16 09:59 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

dmp1ce commented on 2021-09-30 21:32 (UTC) (edited on 2021-10-01 12:11 (UTC) by dmp1ce)

I assumed it would work but I didn't test myself.

Try creating a symlink to compose-switch.

# ln -s /usr/bin/compose-switch /usr/local/bin/docker-compose

I asked the maintainer of compose-switch to just install "docker-compose" instead of "compose-switch" so scripts will work as before.

zilvervos commented on 2021-09-30 19:50 (UTC) (edited on 2021-09-30 19:52 (UTC) by zilvervos)

Thanks for the quick action! The update has been applied on my system, but I still get the same error. I use lando as a tool for developing websites and it worked fine for me until today. I know next to nothing about docker and compose. A few weeks ago I could launch the development environment by issuing the command 'lando start' in the development environment directory.

Do I need to perform some command line action with compose-switch?

dmp1ce commented on 2021-09-30 12:29 (UTC)

I added compose-switch as a dependency until lando fixes the issue upstream.

dmp1ce commented on 2021-09-30 12:14 (UTC)

There is a package for compose-switch as well. https://aur.archlinux.org/packages/compose-switch/

dmp1ce commented on 2021-09-30 12:13 (UTC)

It looks like someone already did. https://github.com/lando/lando/issues/3075#issuecomment-929973099

dmp1ce commented on 2021-09-30 12:11 (UTC) (edited on 2021-09-30 12:12 (UTC) by dmp1ce)

@zilvervos, Perhaps try compose-switch here: https://github.com/docker/compose-switch

I'll create an issue with the upstream lando project.

zilvervos commented on 2021-09-30 09:20 (UTC)

Hello. I didn't use lando for the past few weeks and today when I tried to start a lando app I got an unexpected error message: "Lando could not detect an installation of docker-compose, which is a required dependency!"

I did some research and fount the following thread (posted yesterday) on the Arch Linux Forum: https://bbs.archlinux.org/viewtopic.php?id=269997

I read there that in the most recent version of docker, the docker-compose command no longer exists, but that compose is now is a subcommand of docker.

I guess this is causing the error generated by lando-bin.

neeks commented on 2021-06-28 23:42 (UTC) (edited on 2021-06-28 23:43 (UTC) by neeks)

Could you add the following to the PKGBUILD:

conflicts=("lando")
provides=("lando")