helder/drupal

By helder

Updated about 5 years ago

Image
0

8.4K

Drupal

Based on helder/php, adds tooling for Drupal.

  • drush (via composer);
  • mysql-client (because drush uses it to connect to the database);
  • pcntl PHP extension (for the drush php interactive php command);
  • drupal console

Importing database

Drush has a command to connect to the database:

docker-compose run --rm php bash -c '$(drush sql-connect)' < database.sql

Docker Pull Command

docker pull helder/drupal