A simple Docker & Drupal for development. This is all.
This branch is still on progress. For more stable, use the nginx branches.
What's included:
- PHP 5.6 (based on apache)
- Mariadb
Check the other branches of this repo for some more options.
All of this is based on officials containers, so you won't download any specific containers to use this project.
All your Drupal files should be placed into the folder "web".
Run docker compose.
$ docker-compose up -dImport your database or install your site.
$ docker-compose run --rm php ./../vendor/bin/drush site-installThis is for development !!
- User: drupal
- Password: drupal
- Database: drupal