This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
v1.1.0
Notable changes:
- Lots of dsh updates
dsh remove
can now remove a single containerdsh stop --all
will stop all running containersdsh restart
command now restarts only containersdsh reset
can reset individual containerdsh logs
command will display all/individual container logsdsh vmstat
command will show VirtualBox VM statsdsh exec-url
command will download a script from a URL and run itdsh behat
now access a--path=<path-to-behat>
optiondsh install prerequisites
now supports Ubuntu 14.04+
- docker-compose.yml
- BIG CHANGE: PHP is now solely in the CLI container (single place for cli and web). Web container has Apache only and uses php-fpm service in CLI.
- Added Solr container example
- DOMAIN_NAME environment variable can now be used for service discovery between containers (instead of docker links). Using this will memcached, browser and solr nodes.
- Using stable tags for web (blinkreaction/drupal-apache:2.2-stable) and cli (blinkreaction/drupal-cli:stable)
- Documentation updates
- Updated docs on D7 and D8 settings (including reverse proxy settings for vhost-proxy)
- Updated Behat instructions
- Added Drupal 8 sample project link
- Miscellaneous
- Removed CircleCI stuff. It has not been used in a while and is outdated
- Changed default docker host to 192.168.10.10:2375 (private network interface) instead of 127.0.0.1:2375 (NAT) for better performance of the docker client with VBox's Intel adapters
- Added error reporting php settings in examples/.drude/etc/php5