Sign inSign up

b7alt/drupal

By b7alt

•Updated almost 11 years ago

Drupal >= 7.34 already installed, SQLite on Nginx, APC, SSH, drush, Ubuntu 14.04.1 LTS

Image
5

1.6K

b7alt/drupal repository overview

⁠docker-drupal

Drupal >= 7.34 already installed (admin/test) with SQLite on Nginx, APC, with SSH access for drush, Ubuntu 14.04.1 LTS

⁠Build

In a clone of this repo:

docker build -t drupal .

⁠Use

This image exposes port 80 for web traffic and port 22 for optional SSH access.

To use:

docker run -d -p 8080:80 -p 2222:22 -t drupal

If you don't need SSH access (you usually do to upload libraries and reset premissions on settings.php), just omit -p 22

Tag summary

Content type

Image

Digest

sha256:ba3c7394b…

Size

206.2 MB

Last updated

almost 11 years ago

docker pull b7alt/drupal