Drupal 6/7/8 - highly configurable Ubuntu 14.04 la(m)p
100K+
Please see the doc on Github, https://github.com/Boran/docker-drupal, file issues there too
Running: Simplest form, start a D7 container:
docker run -td boran/drupal
Interactive shell
docker run -ti boran/drupal /bin/bash
Start a container that listens on the public port 8003, give it a name:
docker run -td -p 8003:80 --name drupal8003 boran/drupal
Setting the admin password and Drupal site name:
docker run -td -p 8003:80 -e "DRUPAL_ADMIN_PW=foo" -e "DRUPAL_SITE_NAME=My Super site" --name drupal8003 boran/drupal
Drupal 6 can be installed, the DB can be external ... there are many many installation variants, see the github README and the Dockerfile.
Content type
Image
Digest
sha256:6098f1c4c…
Size
166.6 MB
Last updated
over 9 years ago
docker pull boran/drupal