drupal-project icon indicating copy to clipboard operation
drupal-project copied to clipboard

Drush aliases don't work

Open deiviic opened this issue 1 year ago • 2 comments

Drush aliases don't work the way they are setup at the moment.

Running lando drush @main uli gets stuck on: Connecting to http://ssh.dev.wdr.io/ [35.228.188.138] port 22.

Seems the reason is because docker is running on it's own network, despite the host being connected to the VPN.

If container was ran and accessed via docker run ... then --net host option can be added and then the jumphost is reachable.

deiviic avatar Dec 14 '23 13:12 deiviic

lando drush @main uli works for me (Mac) when Lando / Docker is running.

tormi avatar Apr 19 '24 14:04 tormi

This is an issue on Linux machines.

deiviic avatar Apr 19 '24 17:04 deiviic