1 Repo
Mechanisms for recreating containerized environments from configuration files while persisting data.
Distinguishing note: Focuses on the lifecycle event of rebuilding an existing stack rather than initial provisioning
Explore 1 awesome GitHub repository matching devops & infrastructure · Application Stack Rebuilds. Refine with filters or upvote what's useful.
Lando is a Docker development environment manager and local development orchestrator used to create isolated application stacks. It functions as a web development stack provisioner that coordinates web servers, databases, and runtimes to ensure consistent environment parity across different operating systems. The project distinguishes itself through recipe-based environment bootstrapping for common stacks such as LAMP, LEMP, and MEAN, as well as dedicated provisioning for CMS platforms like WordPress, Drupal, and Joomla. It further differentiates its capabilities by acting as a remote hosting
Recreates the application environment from scratch while preserving existing data to apply configuration changes.