Sign inSign up

leeotzu/drupal

By leeotzu

Updated over 2 years ago

Drupal optimised images with nginx and php-fpm

Image
0

538

leeotzu/drupal repository overview

How to use this image

Starting a drupal instance using the following command:

$ docker run --name some-drupal -p 8080:8080 -d leeotzu/drupal

You can access the running instance http://localhost:8080 in a browser.

Install the standard profile

$ docker exec -it some-drupal drush si --db-url=sqlite://sites/default/files/.ht.sqlite standard install_configure_form.enable_update_status_emails=NULL --account-pass=admin --site-name="My Drupal Site"

Tag summary

Content type

Image

Digest

sha256:6c7ae21de

Size

75.1 MB

Last updated

almost 3 years ago

docker pull leeotzu/drupal