Is it possible to use this drush with a docker-compose project running on Windows or Mac? For example, I have:
- Database in MariaDB container
- Apache 2.4 with PHP 5.6/7.0 container (Both containers linked together)
- The apache /var/www/html mounted to a folder in Windows 10
The main limitation I have found working with Drupal in Windows with Docker is that you can't run Drush in the Windows OS. I normally work in Fedora 23, so I can use Drush locally, but it would be nice to be able to also run drush in Windows.
Is it possible to use this drush with a docker-compose project running on Windows or Mac? For example, I have:
The main limitation I have found working with Drupal in Windows with Docker is that you can't run Drush in the Windows OS. I normally work in Fedora 23, so I can use Drush locally, but it would be nice to be able to also run drush in Windows.