I've experienced some issues with the ordering of the Docker arguments as described in the README.
If I do it as described in the README:
$ docker run drush/drush -v $(pwd):/app help
The drush command '/path/to/app:/app help' could [error]
not be found. Run `drush cache-clear drush` to clear the commandfile
cache if you have installed new extensions.
So it seems that the arguments are confusing the Drush command...
Hello
I've experienced some issues with the ordering of the Docker arguments as described in the README.
If I do it as described in the README:
So it seems that the arguments are confusing the Drush command...
This seems to work a little better :-)
Greetz!