Open joemewes opened 7 years ago
Behat drush config needs updating
$aliases['drudock'] = array (
'uri' => 'http://default',
'root' => '/app/www',
'remote-host' => 'php',
'remote-user' => 'root',
'ssh-options' => '-i ~/.ssh/dockerdev', // optional if required
);
should also remove ssh-options and setup default id_rsa key between BEHAT -> PHP containers
resolve as part of BEHAT refactor : https://github.com/4AllDigital/DruDockCli/issues/81
converted to task.
docker-compose command fails
can be fixed by adding
-T
to the exec command