Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

nhoag/docker-drupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-drupal

Drupal on Docker

Example Usage

Note: The following process is confirmed to work on OS X with boot2docker and docker-compose.

git clone https://github.com/nhoag/docker-drupal.git
cd ./docker-drupal/example
drush dl --drupal-project-rename=app drupal
docker-compose up

Then visit https://{boot2docker-ip}:8080 in your browser:

ScreenShot

Extend

The example deployment can be altered and extended through environment variables in the provided docker-compose.yml file.

Vanilla Drupal can be easily replaced with any install profile, such as Commons:

cd ./docker-drupal/example
drush dl --drupal-project-rename=app commons
sed -i 's/standard/commons/' docker-compose.yml
docker-compose up

ScreenShot

Resources

About

Drupal on Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages