We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
lando drush @main uli
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.
docker run ...
--net host
The text was updated successfully, but these errors were encountered:
lando drush @main uli works for me (Mac) when Lando / Docker is running.
Sorry, something went wrong.
This is an issue on Linux machines.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: