wunderio / drupal-project

Wunder's template for Drupal projects designed to work automatically with Lando, CircleCI and Helm.
GNU General Public License v2.0
35 stars 6 forks source link

Drush aliases don't work #380

Open deiviic opened 11 months ago

deiviic commented 11 months ago

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.

tormi commented 7 months ago

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

deiviic commented 7 months ago

This is an issue on Linux machines.