Thinking about improving your dev practices by using Docker for Drupal development? Dockerizing Drupal was never as easy! In this tutorial, you’ll learn about using Lando to setup and customize Drupal deployments so that all your developers have identical dev environments that resemble production environments as closely as possible.
Read the full article: Dockerize Drupal with Lando on Jigarius.com.
To use the sample code in this repository, do the following:
-
Clone/download this repository.
-
cd
into the code directory. -
Run
lando start
(you must have Lando installed).