Use Docker4Drupal instead.
Drupal development environment using Docker Compose.
docker --version
docker-compose --version
- Place Drupal in the
/drupal/
directory so that it lives atdocker-compose-drupal/drupal
. - Run
docker-compose up
- Visit
http://localhost:8000
in your browser - Use
drupal:drupal@database/drupal
for the database settings - To run a Drush command, execute
docker-compose run web drush status
Licensed under the incredibly permissive MIT license
Copyright © 2014+ Rob Loach