1 repositorio
Creation of separate, non-interfering environments for different applications using containerization.
Distinct from Isolated Runtime Provisioning: Focuses on isolating entire application stacks via config files rather than just specific runtime capability sets
Explore 1 awesome GitHub repository matching development tools & productivity · Application Stack Isolation. 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
Creates isolated, containerized application stacks using a simple configuration file to ensure consistency.