Sign inSign up

helder/drupal

By helder

Updated over 6 years ago

Image
0

9.5K

helder/drupal repository overview

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

Tag summary

Content type

Image

Digest

sha256:86f93c9cf

Size

213.3 MB

Last updated

almost 8 years ago

docker pull helder/drupal