Drupal >= 7.34 already installed, SQLite on Nginx, APC, SSH, drush, Ubuntu 14.04.1 LTS
1.6K
Drupal >= 7.34 already installed (admin/test) with SQLite on Nginx, APC, with SSH access for drush, Ubuntu 14.04.1 LTS
In a clone of this repo:
docker build -t drupal .
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
Content type
Image
Digest
sha256:ba3c7394b…
Size
206.2 MB
Last updated
almost 11 years ago
docker pull b7alt/drupal