Skip to content

mlsamuelson/docker_drupalstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker DrupalStack

A modified PHPStack capable of running in OSX with docker-machine, forked from https://github.com/kasperisager/phpstack

This version has been reduced from the original to only the esential components for my needs. I've also swapped out the mysql image to dgraziotin/mysql, which fixes the permissions issues for mounting a persistent mysql volume to /var/lib/mysql in the container. The mounting works well with the default docker-machine binary, but I've yet to get it working with the Parallels custom docker-machine binary (details on that here: http://kb.parallels.com/en/123356). To persist the volume with the default machine, uncomment the two commented lines in the mysql section of the docker-compose.yml file.

The NGINX image Dockerfile has also been modified to install Drush, and Oracle OCI8 for Drupal enterprise development.

What's inside

Requirements


---
Licensed under the terms of the [MIT License](LICENSE.md).

About

Docker-managed PHP development stack: Nginx, MySQL, PHP-FPM, HHVM, Memcached, and Redis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Nginx 97.3%
  • PHP 2.7%