Project • It provides local development environment and DevOps tool built on Docker container technology. • Per app, Single Config file, Containerized everything, local Dev, DevOps tools.
• Use Basic Pre configuration Stacks • Add in additional Services like Solr Search • Add in additional Tools like Node • Build and Automation steps like composer • Hosting integration like Pantheon, Platform.sh • Docker composer abstract layer • Cross platform • Local Dev Dependency manager 8
11 or later, Windows 10 or later, Linux with kernel version 4.x or higher • Docker Engine - Docker and Docker Compose • Lando - https://github.com/lando/lando/releases To get more information - https://docs.lando.dev/getting-started/installation.html 11
to identify your apps. • Recipes - It is a combination of Services, Proxies, and Tooling. • Config - It allows you to set some more important things that your recipe provides. • Proxy - To map arbitrary domain names to an arbitrary ports inside of arbitrary services • Service - There are simple but highly configurable docker containers. They are able to run build steps. • Tooling - It allows user to run arbitrary command or combination of commands. It helps in automations. • Events - It allows user to run arbitrary command before and after certain parts of the lando runtime. 12