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.
sudo docker run -d -t saidatom/lep
That's it! Visit http://localhost/ in your webrowser.
# sudo docker ps
ID IMAGE COMMAND CREATED STATUS PORTS
9887DAS121 saidatom/lep:latest /bin/bash /start.sh 3 minutes ago Up 6 seconds 80->80
Start/Stop
sudo docker stop 9887DAS121
sudo docker start 9887DAS121
Created and maintained by Alexandre Dias (<alex.jm.dias_at_gmail.com>)
GPL v3