Drupal optimised images with nginx and php-fpm
538
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.
$ 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"
Content type
Image
Digest
sha256:6c7ae21de…
Size
75.1 MB
Last updated
almost 3 years ago
docker pull leeotzu/drupal