The document discusses using Docker and Docker Compose to set up a development environment for migrating a Drupal 7 site to Drupal 8. It describes creating Dockerfiles for Drupal 7 and 8, a docker-compose file to define linked PHP and MySQL containers, and configuring volumes to allow the Drupal 8 container access to files from Drupal 7. This allowed running Drupal 7 and 8 side-by-side for migration testing and the ability to crawl the Drupal 7 site from Drupal 8.
Related topics: