Questions tagged [lando]

Lando is a free, open source, cross-platform, local development environment and DevOps tool built on Docker container technology.

Lando is a free, open source, cross-platform, local development environment and DevOps tool built on Docker container technology and developed by Tandem. Designed to work with most major languages, frameworks and services, Lando provides an easy way for developers of all types to specify simple or complex requirements for their projects, and then quickly get to work on them. Think of it as your local development's dependency management and automation tool. It can even be installed right beside an old Kalabox installation with no interference, or used as a complete upgrade-replacement.

56 questions
6
votes
1 answer

Lando has trouble accessing a URL from a non-Lando app on my system

My company has software that runs within Docker on my system, but is not using Lando. This software is serving some data via the URL: http://local.relay.cool:8081/clicks-bff/api/ads/ I can hit this URL in an anonymous browser, cURL it from the…
commadelimited
  • 5,100
  • 5
  • 38
  • 69
6
votes
1 answer

Create a symlink inside a Lando instance

I'm running an instance of Wordpress locally (on Ubuntu) using an app called Lando (built on Docker). I'm developing a custom Wordpress plugin that I'd like to symlink into Wordpress within Lando but it's not working. The symlink is there, and…
commadelimited
  • 5,100
  • 5
  • 38
  • 69
6
votes
2 answers

Can I roll back to a previous version of Docker Desktop?

On Mac, I'm running Lando inside Docker. I'm on Lando v3.0.1 and was running Docker Desktop v2.2.0.5 successfully. Docker released stable an update v.2.3.0.3 and I installed it. After that I attempted to run Lando, but got a warning message stating…
user3891775
  • 71
  • 1
  • 5
3
votes
0 answers

PHP Error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

I am working on a site using Lando and Pantheon and have recently been running into this error: php: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory I don't know what caused it to…
Ben Cavenagh
  • 523
  • 4
  • 16
2
votes
0 answers

Atempting to run Laravel Dusk tests With Lando

I have a Laravel 8 application running with Lando and I'm trying to figure out why when I have the following setup of the Lando container its not running my Dusk tests. I have provided as much information about my setup as I believe will assist in…
2
votes
3 answers

How to add entries to /etc/hosts in lando appserver?

I tried this (which should not return anything): $ lando ssh -s appserver -u root -c "echo \"10.0.0.132 pds\" >> /etc/hosts" 10.0.0.132 pds >> /etc/hosts $ lando ssh -s appserver -u root -c "cat /etc/hosts" 127.0.0.1 localhost ::1 …
ñull
  • 384
  • 3
  • 14
2
votes
1 answer

Lando - ERROR: No container found for appserver_1

New to Lando. Installed lando-v3.0.0-beta.44.exe on Win10 64 I am getting an error and hoping to clarify some issues, here is my .lando.yml name: myapp recipe: lamp config: php: 7.2 webroot: . database: 'mariadb:10.0' from lando start …
weber
  • 303
  • 2
  • 11
2
votes
1 answer

lando start spits out "ERROR: for proxy Cannot start service proxy: network"

lando start There is an update available!!! Install it to get the latest and greatest Updating helps us provide the best support https://github.com/lando/lando/releases/tag/v3.0.0-beta.39 Creating network…
Jonathan
  • 5,179
  • 4
  • 41
  • 59
1
vote
1 answer

`lando artisan` command returns a weird error

If you've worked with Laravel and Lando together, you probably know that Lando gives you its own artisan shortcut. So instead of having to run lando php artisan ..., you can run lando artisan .... However, when I do that, I get this error: Could not…
JSn1nj4
  • 37
  • 8
1
vote
0 answers

lando gets its mysql database docker service killed with no error

I have a lando service for my WordPress development. It's mainly a LAMP that uses a mariaDB container for the database. After starting the lando app, and at random intervals 5 minutes, an hour, the docker mariaDB container gets killed and I can't…
Miquel Adell
  • 995
  • 1
  • 11
  • 23
1
vote
1 answer

Drupal Install Fails with Lando BLT

Background & Setup I am trying to spin up local development environment from drupal using this Lando BLT Tutorial to do a proof of concpet/simple setup to see how it works and I encounter the following error. I am currently using the…
B. Cratty
  • 1,216
  • 11
  • 26
1
vote
0 answers

How can I connect with localhost DB using lando

How can I connect with my localhost DB instead of the lando created DB? Any help appreciated.
visabhishek
  • 113
  • 2
  • 10
1
vote
1 answer

I can't configure lando with xdebug

I am trying to setup Xdebug with a Lando Drupal site. I have tried a lot of different lando configurations but no matter what I do I can't get xdebug to show up in my phpinfo. The current configuration I have is: name: content-engine-1 recipe:…
1
vote
1 answer

Can I use one lando file to for multiple projects?

I have a couple of github repos that I want to configure and start using one lando file ? Do I have to use multiple lando files or can it be just one.
mosaad
  • 1,893
  • 4
  • 20
  • 46
1
vote
0 answers

Lando (docker) always redirect to the same port

Every application after creation redirect to the same port. Here is my problem: I use Lando and every application after creation redirects to the same port. F.e. Docker creates app with url http://localhost:32786, but after opening it in browser it…
1
2 3 4