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.

87 questions
0
votes
1 answer

Set webpacker dev server watch options (poll, aggregate_timeout) via environmental variables on Lando

The project is using Ruby Webpacker and Lando is used for local development. My config/webpacker.yml contains this: development: <<: *default compile: true dev_server: public: some.lndo.site host: '0.0.0.0' port: 3035 ... …
0
votes
1 answer

Add Lando to git bash profile

In cmd I am able to call lando but not in gitbash. I know the executable is C:\Program Files\Lando\bin\lando.exe
Jason Spick
  • 6,028
  • 13
  • 40
  • 59
0
votes
1 answer

lando - mysqldump: Got error: 2002: Can't connect to local MySQL server

I am trying to exporting database via lando command which is documented on https://docs.lando.dev/config/drupal8.html#connecting-to-your-database lando db-export database_backup.sql mysqldump: Got error: 2002: Can't connect to local MySQL server…
Stackoverfall
  • 942
  • 2
  • 8
  • 21
0
votes
1 answer

lando - configured database not showing in phpmyadmin

I have installed Drupal8 in Lando https://docs.lando.dev/ I have added phpmyAdmin service in lando file problem is that configured database not showing in phpmyAdmin. name: mydrupal8 recipe: drupal8 config: webroot: /drupal services: # Define…
Stackoverfall
  • 942
  • 2
  • 8
  • 21
0
votes
3 answers

Lando: exec error with environment variables

I'm using Lando (v3.0.0-rc.21 on Windows 10 Enterprise) and trying to set up an environment variable on container creation in my .lando.yml: services: appserver: type: ruby # the same for php, but didn't tested other types run: - export…
0
votes
1 answer

Have a Lando web server listen on localhost:8000

Long story, but due to previous configurations of 3rd party services, it'll be much easier if I can have Lando listen on port 8000 instead of the assigned docker port (e.g. it's different every time). I've tried doing overrides such as overrides: …
Chris Rockwell
  • 1,688
  • 2
  • 21
  • 36
0
votes
1 answer

Lando db-import is taking very long time to import database

I am using lando (v3.0.0.rc-14) along with docker CE (latest version) for my Drupal 7 site. I am trying to import database of file size uncomressed(~4GB) & compressed (~900 MB) using following command: lando db-import db-name db-filename.sql lando…
Kiran
  • 305
  • 1
  • 3
  • 7
0
votes
2 answers

Problems with configuring Lando on Fedora (on Linode) to port 80

I have been trying to configure lando to expose my container to public domain that is pointing there. So my domain, lets call it my_app.com, is showing The random port assignments to the container work from the domain but not I am not able to fix it…
samuel.molinski
  • 1,119
  • 10
  • 24
0
votes
1 answer

How to clean up obsolete Lando bridges?

In my Network manager I see a great number of Bridge configurations, automatically created during my Lando experiments. Is there a tool, lando or docker command to clean up this mess, only leaving bridge networking of the two projects I am presently…
ñull
  • 504
  • 4
  • 17
0
votes
0 answers

Is it possible to configure multiple Solr cores via solrconfig.xml?

Essentially, I'm attempting to spin up a single Solr service (v5.5) via Lando. The problem I'm running into is that Lando only supports the configuration of a single core, but it does support the use of a custom Solr config file. Is it possible to…
ianpoley
  • 552
  • 2
  • 10
  • 20
0
votes
1 answer

How we can Varnish support using Lando for drupal8 recipe

How we can Varnish support using Lando, I am using default .lando.yml file name: d8 recipe: drupal8 config: php: '7.2' webroot: web
visabhishek
  • 113
  • 2
  • 11
0
votes
1 answer

Docker Image with Lando Support

I am trying to build a Docker image where Lando should be preinstalled. My Dockerfile looks like : FROM devwithlando/php:7.1-fpm RUN apt-get update -y \ && docker-php-ext-install pcntl RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg |…
visabhishek
  • 113
  • 2
  • 11
1 2 3 4 5
6