wodby / drupal-php

PHP docker container image for Drupal
https://wodby.com/stacks/drupal
MIT License
60 stars 81 forks source link

Drush not working via SSH #39

Closed Vacilando closed 7 years ago

Vacilando commented 7 years ago

When I connect to the PHP container via SSH (in Windows) using the config mentioned in #38, drush does not work.

02c4fa62db6c:/var/www/html$ drush
-bash: drush: command not found

What am I doing wrong?

csandanov commented 7 years ago

What tag are you on? Should work with the latest, without stability tag, e.g. 7.1, 7.0

Vacilando commented 7 years ago

I am using one of the ones provided in the default docker-compose.yml on GitHub, namely 7.1-2.1.0 (see my config in https://github.com/wodby/drupal-php/issues/38#issue-237948027)

csandanov commented 7 years ago

Try 7.1, this should be fixed

Vacilando commented 7 years ago

OK, it works when I use the following for the sshd container: image: wodby/drupal-php:7.1

Do you also plan to add it to the versions with stability tags? If so, this ticket may stay open. I let you decide.

csandanov commented 7 years ago

D4D 2.2.0 includes this fix.