By Vanessa Sochat
What I learned for how to take a production environment and turn it into a development environment on your local machine. I even spun up a Drupal 8 version (and wow it's much prettier for sure!)
https://github.com/vsoch/drupal-docker-compose
Drupal with Docker Compose
This is an example docker-compose setup (for each of Drupal 7 and Drupal 8) that you might find useful if you need to migrate an application on a production server to some kind of development environment. In my case, I was working with a version 7.x Drupal installation on a private production server, and needed to be able to reproduce the installation on my local machine to work with it. I am providing these examples here in the case that they might help someone in a similar situation. I added a Drupal 8 example since I'm aware that Drupal 7 is going out of style.