Open RobLoach opened 8 years ago
You can expose aliases into container via the following:
docker run -it -v $(pwd)/.drush:/root/.drush drush/drush:8 sa
And if you want to expose SSH key directory this also works:
docker run -it -v $(pwd)/.drush:/root/.drush -v $(pwd)/.ssh:/root/.ssh drush/drush:8 @alias.env urol "administrator" "james.wilmot"
Expose it as a VOLUME.