A simple docker configuration that can be run from the root of a Drupal project to produce a quick local dev environment.
Uses Docker's official Drupal Dockerfile minus downloading the latest version of Drupal.
Add the Dockerfile and docker-compose.yml to a Drupal project root, then start compose:
docker-compose up