This repo contains a recipe for making a Docker container for Drupal, using Linux, Apache and PHP7.2-FPM. To build, make sure you have Docker installed.
This will try to go in line with Drupal automated-testing.
docker run --rm -p 9000:9000 -v /path/of/application:/application saidatom/fpm-alpine
Created and maintained by Alexandre Dias (<alex.jm.dias_at_gmail.com>)
GPL v3