LinuxCommandLibrary

lando

provides Docker-based development environments

TLDR

Initialize project

$ lando init
copy
Start environment
$ lando start
copy
Stop environment
$ lando stop
copy
Rebuild environment
$ lando rebuild
copy
Run command in container
$ lando [npm|composer|php] [command]
copy
SSH into container
$ lando ssh
copy
View logs
$ lando logs
copy

SYNOPSIS

lando command [options]

DESCRIPTION

Lando provides Docker-based development environments. It creates consistent local development setups.
The tool supports many frameworks with recipes. It handles networking, services, and tooling automatically.

PARAMETERS

init

Initialize Lando project.
start
Start containers.
stop
Stop containers.
rebuild
Rebuild containers.
ssh [SERVICE]
SSH into service.
logs [SERVICE]
View logs.
destroy
Remove containers.
--help
Display help information.

CAVEATS

Requires Docker. Memory intensive. Recipe-based configuration.

HISTORY

Lando was created by Tandem to simplify Docker-based development environments for various tech stacks.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community