Sign inSign up

boran/drupal

By boran

•Updated over 9 years ago

Drupal 6/7/8 - highly configurable Ubuntu 14.04 la(m)p

Image
4

100K+

boran/drupal repository overview

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

http://MYHOST.com:8003/⁠

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.

Tag summary

Content type

Image

Digest

sha256:6098f1c4c…

Size

166.6 MB

Last updated

over 9 years ago

docker pull boran/drupal