Need advice about which tool to choose?Ask the StackShare community!

Docker

170.1K
136.7K
+ 1
3.9K
Lando

60
63
+ 1
4
Add tool

Docker vs Lando: What are the differences?

Introduction:

In the world of web development and containerization, Docker and Lando are both popular tools that offer different features and advantages. Understanding the key differences between Docker and Lando can help developers choose the right tool for their specific needs.

  1. Runtime Environment: Docker is a containerization platform that allows running applications in isolated environments called containers. It provides a consistent runtime environment across different systems, making it easier to deploy and manage applications. Lando, on the other hand, is a development tool that focuses on simplifying local web development workflows. It provides developers with pre-configured development environments that can be easily shared and replicated.

  2. Configuration and Management: Docker requires developers to write Dockerfiles, which are configuration files that define how to build and run a Docker container. It offers fine-grained control over the container configuration and allows easy scaling and orchestration of containers using tools like Docker Compose and Kubernetes. Lando, on the other hand, uses a declarative configuration file called .lando.yml to define the development environment. It abstracts away the low-level details of containerization and provides a simple and easy-to-use interface for managing the development environment.

  3. Services and Tooling: Docker provides a wide range of services and tooling that can be used with containers, such as databases, load balancers, and caching systems. It also has a vast ecosystem of ready-to-use Docker images available on Docker Hub. Lando, on the other hand, focuses on providing pre-configured development services like databases, caching systems, and server configurations. It offers an extensible plugin system to add new services and integrates with popular tools like Drush, Behat, and PHPUnit.

  4. Community and Support: Docker has a large and active community with extensive documentation, tutorials, and resources available online. It is widely adopted and supported by major cloud providers, making it easy to deploy Docker containers in production environments. Lando also has a growing community, but it may not have the same level of support and resources as Docker. However, Lando provides excellent documentation and has an active Slack community where developers can seek help and share their experiences.

  5. Platform Compatibility: Docker is compatible with various operating systems and can run on Windows, macOS, and Linux. It provides a consistent environment across different platforms, making it easier to develop and deploy applications on different systems. Lando, on the other hand, primarily focuses on providing a seamless development experience on macOS and Linux. While it does have experimental support for Windows, the level of support and compatibility may not be as robust as Docker.

  6. Use Cases: Docker is widely used in production environments for deploying and managing applications at scale. It is suitable for complex applications that require fine-grained control over the runtime environment and infrastructure. Lando, on the other hand, is primarily targeted at local web development workflows. It is ideal for developers who want a quick and easy way to set up and manage development environments without dealing with the complexities of containerization.

In summary, Docker provides a powerful containerization platform with extensive tooling and flexibility, making it suitable for production deployments. On the other hand, Lando offers a simplified and streamlined development workflow, focusing on local web development environments.

Decisions about Docker and Lando
Florian Sager
IT DevOp at Agitos GmbH · | 3 upvotes · 413.6K views
Chose
LXDLXD
over
DockerDocker

lxd/lxc and Docker aren't congruent so this comparison needs a more detailed look; but in short I can say: the lxd-integrated administration of storage including zfs with its snapshot capabilities as well as the system container (multi-process) approach of lxc vs. the limited single-process container approach of Docker is the main reason I chose lxd over Docker.

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Docker
Pros of Lando
  • 823
    Rapid integration and build up
  • 691
    Isolation
  • 521
    Open source
  • 505
    Testa­bil­i­ty and re­pro­ducibil­i­ty
  • 460
    Lightweight
  • 218
    Standardization
  • 185
    Scalable
  • 106
    Upgrading / down­grad­ing / ap­pli­ca­tion versions
  • 88
    Security
  • 85
    Private paas environments
  • 34
    Portability
  • 26
    Limit resource usage
  • 17
    Game changer
  • 16
    I love the way docker has changed virtualization
  • 14
    Fast
  • 12
    Concurrency
  • 8
    Docker's Compose tools
  • 6
    Easy setup
  • 6
    Fast and Portable
  • 5
    Because its fun
  • 4
    Makes shipping to production very simple
  • 3
    Highly useful
  • 3
    It's dope
  • 2
    Very easy to setup integrate and build
  • 2
    HIgh Throughput
  • 2
    Package the environment with the application
  • 2
    Does a nice job hogging memory
  • 2
    Open source and highly configurable
  • 2
    Simplicity, isolation, resource effective
  • 2
    MacOS support FAKE
  • 2
    Its cool
  • 2
    Docker hub for the FTW
  • 2
    Super
  • 0
    Asdfd
  • 2
    Multi containers
  • 2
    Open source

Sign up to add or upvote prosMake informed product decisions

Cons of Docker
Cons of Lando
  • 8
    New versions == broken features
  • 6
    Unreliable networking
  • 6
    Documentation not always in sync
  • 4
    Moves quickly
  • 3
    Not Secure
    Be the first to leave a con

    Sign up to add or upvote consMake informed product decisions

    What companies use Docker?
    What companies use Lando?
    See which teams inside your own company are using Docker or Lando.
    Sign up for StackShare EnterpriseLearn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with Docker?
    What tools integrate with Lando?

    Sign up to get full access to all the tool integrationsMake informed product decisions

    What are some alternatives to Docker and Lando?
    LXC
    LXC is a userspace interface for the Linux kernel containment features. Through a powerful API and simple tools, it lets Linux users easily create and manage system or application containers.
    rkt
    Rocket is a cli for running App Containers. The goal of rocket is to be composable, secure, and fast.
    Kubernetes
    Kubernetes is an open source orchestration system for Docker containers. It handles scheduling onto nodes in a compute cluster and actively manages workloads to ensure that their state matches the users declared intentions.
    Cloud Foundry
    Cloud Foundry is an open platform as a service (PaaS) that provides a choice of clouds, developer frameworks, and application services. Cloud Foundry makes it faster and easier to build, test, deploy, and scale applications.
    Vagrant
    Vagrant provides the framework and configuration format to create and manage complete portable development environments. These development environments can live on your computer or in the cloud, and are portable between Windows, Mac OS X, and Linux.
    See all alternatives