You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docker compose transport does not suport a remote host. This would be a nice feature to remove the need to install ssh in a remote docker compose environment. For docker compose 2 it is not possible to add an docker options because the host parameter must be a docker -H compose
Describe the solution you'd like
Add a new configuration option host under key docker and use this host as a -H in shell command.
The text was updated successfully, but these errors were encountered:
Hi @weitzman The problem with DOCKER_HOST is that we have different environment with different docker hosts. One for PROD one for test environments. Is it possible to set the environment dynamic before executing a drush command? Or is there any chance to get this merged?
The docker compose transport does not suport a remote host. This would be a nice feature to remove the need to install ssh in a remote docker compose environment. For docker compose 2 it is not possible to add an docker options because the host parameter must be a
docker -H compose
Describe the solution you'd like
Add a new configuration option host under key docker and use this host as a -H in shell command.
The text was updated successfully, but these errors were encountered: