terryzwt / drupal-quick

docker image

Home Page:https://hub.docker.com/r/zterry95/drupal-quick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

description

This image is used to quickly deploy a drupal website. Including below features.

  1. base on drupal official docker image.
  2. php composer supported.
  3. drupal console supported
  4. drush support
  5. install drupal to sqlite by default.
  6. install vi/vim.

usage:

## run drupal website
docker run -d -p 8080:80 --name quick-drupal zterry95/drupal-quick
## using composer/drush/drupal console
docker exec -it quick-drupal bash 
drush

username: admin password: admin

About

docker image

https://hub.docker.com/r/zterry95/drupal-quick


Languages

Language:Dockerfile 88.3%Language:Shell 11.7%