drupal-dev-docker
drupal-dev-docker copied to clipboard
An opinionated Drupal development environment based on Docker.
I believe we can fix all permission issues once and for all by passing the host UID into the docker build process and creating/manipulating users inside each container to match...
The images created secondarily from the original source (`FROM scratch as php-dev COPY --from=php-base . /`) do not inherit the environment variables from the base. The file structure is the...
The idea is a ```make``` command which would run a few performance tests to give some idea of the current performance of the application. Could use something like ```ab``` apache...
Composer update can take forever. Satis should allow a much faster update time.
opcache key/value is suppose to be much faster than redis or other caching methods. Might be useful for local dev?
Used on AORG atm Looks to be a great win especially if we can package the file cache inside docker. https://medium.com/@dylanwenzlau/500x-faster-caching-than-redis-memcache-apc-in-php-hhvm-dcd26e8447ad ; configuration for php opcache module ; priority=10 zend_extension=opcache.so...
Move usage of GNUMake, bash, ect into a container to eliminate further OS issues.
Talking with Fred. Talked about how the native driver might have better caching and overall performance.